Skip to content

Commit 30f406b

Browse files
committed
.clang-format: add SLIST_FOREACH
1 parent 88ed45e commit 30f406b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-format

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ ConstructorInitializerIndentWidth: 8
88
AlwaysBreakAfterReturnType: TopLevelDefinitions
99
BreakBeforeBraces: Linux
1010
IndentGotoLabels: false
11-
ForEachMacros: ["ARRAY_FOREACH", "LIST_FOREACH", "LIST_FOREACH_REVERSE", "VEC_FOREACH", "VEC_FOREACH_IDX"]
11+
ForEachMacros: ["ARRAY_FOREACH", "LIST_FOREACH", "LIST_FOREACH_REVERSE", "SLIST_FOREACH", "VEC_FOREACH", "VEC_FOREACH_IDX"]
1212
SpaceBeforeParens: ControlStatementsExceptControlMacros

0 commit comments

Comments
 (0)