diff --git a/.clang-format b/.clang-format index 54d573a5..f3a039c6 100644 --- a/.clang-format +++ b/.clang-format @@ -12,4 +12,5 @@ SortUsingDeclarations: false SpaceBeforeParens: ControlStatements TabWidth: 8 UseTab: Always +BreakBeforeBinaryOperators: NonAssignment ---