AlignConsecutiveAssignments: true

This commit is contained in:
Paul 2018-09-16 22:11:23 -05:00
parent 9bd9a2a28d
commit fc4a4a54f7

View File

@ -10,6 +10,7 @@ AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakTemplateDeclarations: true
AlignConsecutiveAssignments: true
BinPackArguments: true
BinPackParameters: false
BreakBeforeBinaryOperators: false