; Make clang-format handle FOR_EACH_LIVE_BUFFER
* .clang-format (ForEachMacros): Add FOR_EACH_LIVE_BUFFER. (Bug#59027)
This commit is contained in:
parent
18c184d6d9
commit
a0d08878f1
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue