diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 06635478..ced919a1 100644 --- a/.clang-format +++ b/.clang-format @@ -19,6 +19,11 @@ IndentPPDirectives: AfterHash KeepEmptyLinesAtTheStartOfBlocks: false SpacesInContainerLiterals: false StatementMacros: + - SERD_ALLOCATED - SERD_API + - SERD_CONST_API + - SERD_CONST_FUNC - SERD_DEPRECATED_BY + - SERD_PURE_API + - SERD_PURE_FUNC ... |