mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; 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
|
BreakBeforeBraces: GNU
|
||||||
ColumnLimit: 70
|
ColumnLimit: 70
|
||||||
ContinuationIndentWidth: 2
|
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:
|
IncludeCategories:
|
||||||
- Regex: '^<config\.h>$'
|
- Regex: '^<config\.h>$'
|
||||||
Priority: -1
|
Priority: -1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue