Commit 5141a35b authored by Dominik Charousset's avatar Dominik Charousset

Set correct break rule for binary operators

parent c0e4af51
...@@ -8,7 +8,7 @@ AllowShortLoopsOnASingleLine: false ...@@ -8,7 +8,7 @@ AllowShortLoopsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: true AlwaysBreakBeforeMultilineStrings: true
AlwaysBreakTemplateDeclarations: true AlwaysBreakTemplateDeclarations: true
BinPackParameters: true BinPackParameters: true
BreakBeforeBinaryOperators: false BreakBeforeBinaryOperators: true
BreakBeforeBraces: Attach BreakBeforeBraces: Attach
BreakBeforeTernaryOperators: false BreakBeforeTernaryOperators: false
ColumnLimit: 80 ColumnLimit: 80
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment