diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-05-01 07:58:41 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-05-01 07:58:41 +0530 |
commit | 176bea08417a3ad89848491a357f73591045ed3c (patch) | |
tree | 47c8f8e8e4ca8431125c1acb5b23ea146d8eba5a /.clang-format | |
parent | 14a5ba837f78bca9d524d29b9800869173fe45ba (diff) |
c/format: properly handle `ForEachMacros`
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' |