diff --git a/.clang-format b/.clang-format index e8b4f9181..ceec955c3 100644 --- a/.clang-format +++ b/.clang-format @@ -27,6 +27,7 @@ BraceWrapping: AfterStruct: true IndentBraces: true BeforeElse: true + BeforeCatch: true BreakBeforeTernaryOperators: true BreakConstructorInitializersBeforeComma: false ColumnLimit: 100