; Make clang-format handle FOR_EACH_LIVE_BUFFER

* .clang-format (ForEachMacros): Add
FOR_EACH_LIVE_BUFFER.  (Bug#59027)
This commit is contained in:
Matt Armstrong 2022-11-04 15:24:57 -07:00 committed by Stefan Kangas
parent 18c184d6d9
commit a0d08878f1

View file

@ -6,7 +6,10 @@ BreakBeforeBinaryOperators: All
BreakBeforeBraces: GNU
ColumnLimit: 70
ContinuationIndentWidth: 2
ForEachMacros: [FOR_EACH_TAIL, FOR_EACH_TAIL_SAFE, ITREE_FOREACH]
ForEachMacros: [FOR_EACH_TAIL,
FOR_EACH_TAIL_SAFE,
FOR_EACH_LIVE_BUFFER,
ITREE_FOREACH]
IncludeCategories:
- Regex: '^<config\.h>$'
Priority: -1