projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12836db
)
; * .clang-format: Add ITREE_FOREACH.
author
Matt Armstrong
<matt@rfc20.org>
Tue, 11 Oct 2022 18:41:47 +0000
(11:41 -0700)
committer
Matt Armstrong
<matt@rfc20.org>
Wed, 12 Oct 2022 03:43:39 +0000
(20:43 -0700)
.clang-format
patch
|
blob
|
history
diff --git
a/.clang-format
b/.clang-format
index 44200a39952f87f3798be309d8971f515c38c37a..ac9f95c88a85b39dedbf5612577ff0ce38714f7f 100644
(file)
--- a/
.clang-format
+++ b/
.clang-format
@@
-6,7
+6,7
@@
BreakBeforeBinaryOperators: All
BreakBeforeBraces: GNU
ColumnLimit: 70
ContinuationIndentWidth: 2
-ForEachMacros: [FOR_EACH_TAIL, FOR_EACH_TAIL_SAFE]
+ForEachMacros: [FOR_EACH_TAIL, FOR_EACH_TAIL_SAFE
, ITREE_FOREACH
]
IncludeCategories:
- Regex: '^<config\.h>$'
Priority: -1