diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index e4b15e9..5046235 100644 --- a/.clang-format +++ b/.clang-format @@ -9,3 +9,6 @@ ContinuationIndentWidth: 8 IndentWidth: 8 TabWidth: 8 UseTab: Always + +ForEachMacros: + - 'LIST_FOREACH' |