Fix clang format settings

vintagepc/version-and-build
Alan Dragomirecký 2021-04-14 16:39:20 +02:00 committed by DRracer
parent 92b8b98c38
commit 174a9619a3
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@ Language: Cpp
# BasedOnStyle: WebKit
AccessModifierOffset: -4
AlignAfterOpenBracket: DontAlign
AlignConsecutiveMacros: true
AlignConsecutiveMacros: false
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignEscapedNewlines: Right
AlignOperands: false
AlignTrailingComments: true
AlignTrailingComments: false
AllowAllArgumentsOnNextLine: true
AllowAllConstructorInitializersOnNextLine: true
AllowAllParametersOfDeclarationOnNextLine: true