]> git.eshelyaron.com Git - emacs.git/commitdiff
; * .clang-format: Add ITREE_FOREACH.
authorMatt Armstrong <matt@rfc20.org>
Tue, 11 Oct 2022 18:41:47 +0000 (11:41 -0700)
committerMatt Armstrong <matt@rfc20.org>
Wed, 12 Oct 2022 03:43:39 +0000 (20:43 -0700)
.clang-format

index 44200a39952f87f3798be309d8971f515c38c37a..ac9f95c88a85b39dedbf5612577ff0ce38714f7f 100644 (file)
@@ -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