diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.clang-format b/.clang-format index e8e993c..87070fc 100644 --- a/.clang-format +++ b/.clang-format @@ -19,15 +19,17 @@ IndentPPDirectives: AfterHash KeepEmptyLinesAtTheStartOfBlocks: false SpacesInContainerLiterals: false StatementMacros: + - FALLTHROUGH + - ZIX_ALWAYS_INLINE_FUNC - ZIX_API - ZIX_BEGIN_DECLS - ZIX_CONST_API - - ZIX_CONST_API + - ZIX_CONST_FUNC - ZIX_END_DECLS - ZIX_MALLOC_API + - ZIX_MALLOC_FUNC - ZIX_PURE_API + - ZIX_PURE_FUNC - ZIX_PURE_WIN_API - - ZIX_THREAD_FUNC - - ZIX_UNUSED - _Pragma ... |