misc: Told clang-format about the new exception macros

This commit is contained in:
dragonmux
2024-06-02 23:19:58 +01:00
parent d5661c165b
commit c2fad0d88a

View File

@@ -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']