We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ed45e commit 30f406bCopy full SHA for 30f406b
.clang-format
@@ -8,5 +8,5 @@ ConstructorInitializerIndentWidth: 8
8
AlwaysBreakAfterReturnType: TopLevelDefinitions
9
BreakBeforeBraces: Linux
10
IndentGotoLabels: false
11
-ForEachMacros: ["ARRAY_FOREACH", "LIST_FOREACH", "LIST_FOREACH_REVERSE", "VEC_FOREACH", "VEC_FOREACH_IDX"]
+ForEachMacros: ["ARRAY_FOREACH", "LIST_FOREACH", "LIST_FOREACH_REVERSE", "SLIST_FOREACH", "VEC_FOREACH", "VEC_FOREACH_IDX"]
12
SpaceBeforeParens: ControlStatementsExceptControlMacros
0 commit comments