diff --git a/.clang-format b/.clang-format index aa36097..749a98e 100644 --- a/.clang-format +++ b/.clang-format @@ -4,9 +4,6 @@ TabWidth: 4 AccessModifierOffset: -4 IndentAccessModifiers: false AllowShortFunctionsOnASingleLine: false -BreakBeforeBraces: Custom -BraceWrapping: - AfterFunction: true - BeforeElse: true -BreakBeforeBinaryOperators: All +BreakBeforeBraces: Linux +BreakBeforeBinaryOperators: NonAssignment ColumnLimit: 79