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 # BasedOnStyle: WebKit
AccessModifierOffset: -4 AccessModifierOffset: -4
AlignAfterOpenBracket: DontAlign AlignAfterOpenBracket: DontAlign
AlignConsecutiveMacros: true AlignConsecutiveMacros: false
AlignConsecutiveAssignments: false AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false AlignConsecutiveDeclarations: false
AlignEscapedNewlines: Right AlignEscapedNewlines: Right
AlignOperands: false AlignOperands: false
AlignTrailingComments: true AlignTrailingComments: false
AllowAllArgumentsOnNextLine: true AllowAllArgumentsOnNextLine: true
AllowAllConstructorInitializersOnNextLine: true AllowAllConstructorInitializersOnNextLine: true
AllowAllParametersOfDeclarationOnNextLine: true AllowAllParametersOfDeclarationOnNextLine: true