From f93a441065a611cc32874dde67e53a8295c87baf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 27 May 2018 15:48:25 +0200 Subject: [WIP] Add validation --- .clang-format | 3 +++ 1 file changed, 3 insertions(+) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 08b326c8..ccd9a659 100644 --- a/.clang-format +++ b/.clang-format @@ -18,6 +18,9 @@ IndentCaseLabels: false IndentPPDirectives: AfterHash KeepEmptyLinesAtTheStartOfBlocks: false SpacesInContainerLiterals: false +ForEachMacros: + - SERD_FOREACH + - SERD_FOREACH_NODE StatementMacros: - SERD_API - SERD_CONST_API -- cgit v1.2.1