From df3012affd9be4b00f58aed6f69e560a9f0010ab Mon Sep 17 00:00:00 2001 From: Malia Labor <99438964+MaliaLabor@users.noreply.github.com> Date: Tue, 10 Sep 2024 20:15:25 -0700 Subject: [PATCH] :wrench: Update clang-format (#3) * :wrench: Update clang-format * edit to fix new CI issue --- .clang-format | 1 + tests/main.test.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index c9c00d1..723bc52 100644 --- a/.clang-format +++ b/.clang-format @@ -8,3 +8,4 @@ FixNamespaceComments: true SpacesBeforeTrailingComments: 2 ColumnLimit: 80 QualifierAlignment: Right +InsertNewlineAtEOF: true diff --git a/tests/main.test.cpp b/tests/main.test.cpp index f2f38dd..f4e5667 100644 --- a/tests/main.test.cpp +++ b/tests/main.test.cpp @@ -19,4 +19,4 @@ extern void iot_test(); int main() { hal::iot::iot_test(); -} \ No newline at end of file +}