mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
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:
parent
e2144103f8
commit
9afa78de7a
|
@ -15,7 +15,7 @@ AllowAllParametersOfDeclarationOnNextLine: false
|
|||
AlignAfterOpenBracket: true
|
||||
SpaceAfterCStyleCast: false
|
||||
MaxEmptyLinesToKeep: 2
|
||||
BreakBeforeBinaryOperators: NonAssignment
|
||||
BreakBeforeBinaryOperators: None
|
||||
BreakStringLiterals: false
|
||||
SortIncludes: false
|
||||
IncludeCategories:
|
||||
|
|
Loading…
Reference in a new issue