summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format9
1 files changed, 6 insertions, 3 deletions
diff --git a/.clang-format b/.clang-format
index e8e993c..6245b22 100644
--- a/.clang-format
+++ b/.clang-format
@@ -19,15 +19,18 @@ 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_NODISCARD
- ZIX_PURE_API
+ - ZIX_PURE_FUNC
- ZIX_PURE_WIN_API
- - ZIX_THREAD_FUNC
- - ZIX_UNUSED
- _Pragma
...