clang-format: don’t define ForeachMacros
Otherwise clang-formatting **/*.h breaks include/queue.h
This commit is contained in:
parent
f4a8253593
commit
4211274fcd
|
@ -7,5 +7,4 @@ AlwaysBreakBeforeMultilineStrings: false
|
||||||
IndentWidth: 4
|
IndentWidth: 4
|
||||||
PointerBindsToType: false
|
PointerBindsToType: false
|
||||||
ColumnLimit: 0
|
ColumnLimit: 0
|
||||||
ForEachMacros: [ TAILQ_FOREACH, TAILQ_FOREACH_REVERSE, SLIST_FOREACH, CIRCLEQ_FOREACH, CIRCLEQ_FOREACH_REVERSE, NODES_FOREACH, NODES_FOREACH_REVERSE ]
|
|
||||||
SpaceBeforeParens: ControlStatements
|
SpaceBeforeParens: ControlStatements
|
||||||
|
|
Loading…
Reference in New Issue