mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 15:36:25 +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
|
||||
SpaceAfterCStyleCast: false
|
||||
MaxEmptyLinesToKeep: 2
|
||||
BreakBeforeBinaryOperators: NonAssignment
|
||||
BreakBeforeBinaryOperators: None
|
||||
BreakStringLiterals: false
|
||||
SortIncludes: false
|
||||
IncludeCategories:
|
||||
|
Loading…
Reference in New Issue
Block a user