From dd0bc361e91ac294482c89cf610e4b5de074ebe4 Mon Sep 17 00:00:00 2001 From: Eduardo Menges Mattje Date: Thu, 6 Jun 2024 14:02:43 -0300 Subject: [PATCH] style: YAML files need to end on a new line --- .clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index f1977b63..99a301e0 100644 --- a/.clang-format +++ b/.clang-format @@ -1,7 +1,7 @@ --- BasedOnStyle: Microsoft -AlwaysBreakTemplateDeclarations: true AccessModifierOffset: -4 +AlwaysBreakTemplateDeclarations: true AlignConsecutiveAssignments: Enabled: true AlignCompound: true @@ -33,4 +33,4 @@ SortIncludes: Never SpacesInParens: Custom SpacesInParensOptions: Other: true -Standard: c++17 \ No newline at end of file +Standard: c++17