Clang-format: Add "BeforeCatch: true"

This commit is contained in:
Eduardo Almeida
2021-05-16 19:26:53 +01:00
committed by Alexander Krotov
parent f575793545
commit 4024a0aeaa

View File

@@ -27,6 +27,7 @@ BraceWrapping:
AfterStruct: true
IndentBraces: true
BeforeElse: true
BeforeCatch: true
BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: false
ColumnLimit: 100