tools: clang-format break after operators

Break after binary operators, rather than before.

Signed-off-by: Mark Stapp <mstapp@nvidia.com>
This commit is contained in:
Mark Stapp 2021-12-06 10:50:43 -05:00
parent e2144103f8
commit 9afa78de7a

View File

@ -15,7 +15,7 @@ AllowAllParametersOfDeclarationOnNextLine: false
AlignAfterOpenBracket: true
SpaceAfterCStyleCast: false
MaxEmptyLinesToKeep: 2
BreakBeforeBinaryOperators: NonAssignment
BreakBeforeBinaryOperators: None
BreakStringLiterals: false
SortIncludes: false
IncludeCategories: