clang-format: change alignment settings

This commit is contained in:
tellowkrinkle 2021-04-12 22:30:35 -05:00
parent 770eb0bdaf
commit 256afa8b9d
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
---
Language: Cpp
AccessModifierOffset: -4
AlignAfterOpenBracket: Align
AlignAfterOpenBracket: DontAlign
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignEscapedNewlinesLeft: false
AlignEscapedNewlines: DontAlign
AlignOperands: true
AlignTrailingComments: true
AlignTrailingComments: false
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false