Fix clang format settings

pull/1/head
Alan Dragomirecký 2021-04-14 16:39:20 +02:00
parent 84e0394305
commit c58a5298d6
No known key found for this signature in database
GPG Key ID: 408E8F08D33F9D03
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