mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 18:10:23 +00: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
|
AlignAfterOpenBracket: true
|
||||||
SpaceAfterCStyleCast: false
|
SpaceAfterCStyleCast: false
|
||||||
MaxEmptyLinesToKeep: 2
|
MaxEmptyLinesToKeep: 2
|
||||||
BreakBeforeBinaryOperators: NonAssignment
|
BreakBeforeBinaryOperators: None
|
||||||
BreakStringLiterals: false
|
BreakStringLiterals: false
|
||||||
SortIncludes: false
|
SortIncludes: false
|
||||||
IncludeCategories:
|
IncludeCategories:
|
||||||
|
Loading…
Reference in New Issue
Block a user