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 08b326c8..ccd9a659 100644 --- a/.clang-format +++ b/.clang-format @@ -18,6 +18,9 @@ IndentCaseLabels: false IndentPPDirectives: AfterHash KeepEmptyLinesAtTheStartOfBlocks: false SpacesInContainerLiterals: false +ForEachMacros: + - SERD_FOREACH + - SERD_FOREACH_NODE StatementMacros: - SERD_API - SERD_CONST_API |