diff --git a/.clang-format b/.clang-format index a3df65dd..71b78c88 100644 --- a/.clang-format +++ b/.clang-format @@ -38,6 +38,7 @@ ContinuationIndentWidth: 4 MaxEmptyLinesToKeep: 1 KeepEmptyLinesAtTheStartOfBlocks: false FixNamespaceComments: true +IfMacros: ['TRY', 'CATCH'] ForEachMacros: ['TRY_CATCH'] #QualifierAlignment: Custom #QualifierOrder: ['inline', 'static', 'const', 'volatile', 'type']