aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format9
1 files changed, 4 insertions, 5 deletions
diff --git a/.clang-format b/.clang-format
index f6c9d6eb..66822e05 100644
--- a/.clang-format
+++ b/.clang-format
@@ -22,16 +22,15 @@ IndentPPDirectives: AfterHash
KeepEmptyLinesAtTheStartOfBlocks: false
SpacesInContainerLiterals: false
AttributeMacros:
- - SERD_ALLOCATED
- - SERD_ALWAYS_INLINE_FUNC
- SERD_API
- SERD_CONST_API
- - SERD_CONST_FUNC
- SERD_FALLTHROUGH
- SERD_MALLOC_API
- - SERD_MALLOC_FUNC
- SERD_PURE_API
- - SERD_PURE_FUNC
+ - ZIX_ALWAYS_INLINE_FUNC
+ - ZIX_CONST_FUNC
+ - ZIX_MALLOC_FUNC
+ - ZIX_PURE_FUNC
StatementMacros:
- SERD_LOG_FUNC
- _Pragma