Clang-format: Add "BeforeCatch: true"
This commit is contained in:
committed by
Alexander Krotov
parent
f575793545
commit
4024a0aeaa
@@ -27,6 +27,7 @@ BraceWrapping:
|
||||
AfterStruct: true
|
||||
IndentBraces: true
|
||||
BeforeElse: true
|
||||
BeforeCatch: true
|
||||
BreakBeforeTernaryOperators: true
|
||||
BreakConstructorInitializersBeforeComma: false
|
||||
ColumnLimit: 100
|
||||
|
||||
Reference in New Issue
Block a user