Skip to content

Commit

Permalink
.clang-format: add SLIST_FOREACH
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Dec 20, 2024
1 parent 88ed45e commit 30f406b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ ConstructorInitializerIndentWidth: 8
AlwaysBreakAfterReturnType: TopLevelDefinitions
BreakBeforeBraces: Linux
IndentGotoLabels: false
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"]
SpaceBeforeParens: ControlStatementsExceptControlMacros

0 comments on commit 30f406b

Please sign in to comment.