From 03554253ae5dbdd12d619db81864b38d5e300171 Mon Sep 17 00:00:00 2001 From: David Robillard <d@drobilla.net> Date: Thu, 20 Oct 2022 21:34:24 -0400 Subject: Factor out public declaration scope markers --- .clang-format | 2 ++ 1 file changed, 2 insertions(+) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 90caefc..d5bb2b7 100644 --- a/.clang-format +++ b/.clang-format @@ -20,8 +20,10 @@ KeepEmptyLinesAtTheStartOfBlocks: false SpacesInContainerLiterals: false StatementMacros: - ZIX_API + - ZIX_BEGIN_DECLS - ZIX_CONST_API - ZIX_CONST_API + - ZIX_END_DECLS - ZIX_MALLOC_API - ZIX_PURE_API - ZIX_THREAD_FUNC -- cgit v1.2.1