]> git.eshelyaron.com Git - emacs.git/commitdiff
; Make clang-format handle FOR_EACH_LIVE_BUFFER
authorMatt Armstrong <matt@rfc20.org>
Fri, 4 Nov 2022 22:24:57 +0000 (15:24 -0700)
committerStefan 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

index 8a8391c2e476471eafe5d1f760d9ac986b49258c..464375bd418b1a1f0c2bc6a52e298a7cce121be6 100644 (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