clang-format: don’t define ForeachMacros

Otherwise clang-formatting **/*.h breaks include/queue.h
next
Michael Stapelberg 2014-06-19 11:17:46 +02:00
parent f4a8253593
commit 4211274fcd
1 changed files with 0 additions and 1 deletions

View File

@ -7,5 +7,4 @@ AlwaysBreakBeforeMultilineStrings: false
IndentWidth: 4
PointerBindsToType: false
ColumnLimit: 0
ForEachMacros: [ TAILQ_FOREACH, TAILQ_FOREACH_REVERSE, SLIST_FOREACH, CIRCLEQ_FOREACH, CIRCLEQ_FOREACH_REVERSE, NODES_FOREACH, NODES_FOREACH_REVERSE ]
SpaceBeforeParens: ControlStatements