[libgweather/clang-format] fixup! Add clang-format configuration



commit 1ba155a9d75e1059be2fa2ca016875e9c5a7a48c
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sun Oct 17 00:28:50 2021 +0100

    fixup! Add clang-format configuration

 .clang-format | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.clang-format b/.clang-format
index 3ac4dba8..f0bc76a7 100644
--- a/.clang-format
+++ b/.clang-format
@@ -40,12 +40,15 @@ IndentCaseBlocks: true
 IndentCaseLabels: true
 IndentGotoLabels: false
 IndentWidth: 4
-PPIndentWidth: 1
+#clang-format 13
+#PPIndentWidth: 1
 PointerAlignment: Right
 #clang-format 14
 #QualifierAlignment: Left
 #QualifierOrder: ['static', 'inline', 'const', 'volatile', 'type']
 ReflowComments: false
+#clang-format 13
+#SortIncludes: CaseSensitive
 SortIncludes: true
 SpaceAfterCStyleCast: true
 SpaceAfterLogicalNot: false


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]