added BreakBeforeBinaryOperators to .clang-format.
This commit is contained in:
parent
17c4debccb
commit
d937f88be1
1 changed files with 2 additions and 0 deletions
|
@ -9,4 +9,6 @@ UseTab: AlignWithSpaces
|
|||
AlignAfterOpenBracket: BlockIndent
|
||||
AlwaysBreakBeforeMultilineStrings: true
|
||||
BreakBeforeBraces: Attach
|
||||
AlignOperands: Align
|
||||
BreakBeforeBinaryOperators: NonAssignment
|
||||
...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue