projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18c184d
)
; Make clang-format handle FOR_EACH_LIVE_BUFFER
author
Matt Armstrong
<matt@rfc20.org>
Fri, 4 Nov 2022 22:24:57 +0000
(15:24 -0700)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sat, 5 Nov 2022 00:47:17 +0000
(
01:47
+0100)
* .clang-format (ForEachMacros): Add
FOR_EACH_LIVE_BUFFER. (Bug#59027)
.clang-format
patch
|
blob
|
history
diff --git
a/.clang-format
b/.clang-format
index 8a8391c2e476471eafe5d1f760d9ac986b49258c..464375bd418b1a1f0c2bc6a52e298a7cce121be6 100644
(file)
--- a/
.clang-format
+++ b/
.clang-format
@@
-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