Skip to content
Snippets Groups Projects
Commit 47152ccd authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

[skip ci] clang-format

parent 0b9f635b
No related branches found
No related tags found
1 merge request!466devel->main
Pipeline #11210 skipped
......@@ -6,7 +6,7 @@ AccessModifierOffset: -2
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
AlignEscapedNewlines: Left
AlignEscapedNewlines: Right
AlignOperands: true
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: false
......@@ -97,6 +97,7 @@ PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 200
PointerAlignment: Left
ReflowComments: true
SeparateDefinitionBlocks: Always
SortIncludes: false
SortUsingDeclarations: true
SpaceAfterCStyleCast: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment