added BreakBeforeBinaryOperators to .clang-format.
This commit is contained in:
parent
17c4debccb
commit
d937f88be1
|
@ -9,4 +9,6 @@ UseTab: AlignWithSpaces
|
|||
AlignAfterOpenBracket: BlockIndent
|
||||
AlwaysBreakBeforeMultilineStrings: true
|
||||
BreakBeforeBraces: Attach
|
||||
AlignOperands: Align
|
||||
BreakBeforeBinaryOperators: NonAssignment
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue