Skip to content

Commit

Permalink
.clang-format: add LIST_FOREACH_REVERSE
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jul 26, 2023
1 parent 5a78a48 commit e8c5b06
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", "VEC_FOREACH", "VEC_FOREACH_IDX"]
ForEachMacros: ["ARRAY_FOREACH", "LIST_FOREACH", "LIST_FOREACH_REVERSE", "VEC_FOREACH", "VEC_FOREACH_IDX"]
SpaceBeforeParens: ControlStatementsExceptControlMacros

0 comments on commit e8c5b06

Please sign in to comment.