From c2fad0d88a0ca78b1f0e69fcd17a481144191285 Mon Sep 17 00:00:00 2001 From: dragonmux Date: Sun, 2 Jun 2024 23:19:58 +0100 Subject: [PATCH] misc: Told clang-format about the new exception macros --- .clang-format | 1 + 1 file changed, 1 insertion(+) 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']