clang-format: proposed style

This commit is contained in:
Antonio Cardace 2020-09-01 17:21:26 +02:00 committed by Thomas Haller
parent bad4065d67
commit 41147c4d17
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -37,7 +37,7 @@ BraceWrapping:
BeforeElse: false
IndentBraces: false
SplitEmptyFunction: false
BreakBeforeBinaryOperators: All
BreakBeforeBinaryOperators: NonAssignment
BreakBeforeTernaryOperators: true
BreakStringLiterals: true
@ -56,7 +56,7 @@ SortIncludes: false
SpaceAfterCStyleCast: true
SpaceAfterLogicalNot: false
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: Always
SpaceBeforeParens: ControlStatements
SpaceBeforeSquareBrackets: false
SpaceInEmptyBlock: false
SpaceInEmptyParentheses: false