add(clang-format): better parameter alignment

This commit is contained in:
Léana 江 2023-05-07 13:34:47 +02:00 committed by Léana 江
parent fb38cd2748
commit 474158052c
2 changed files with 9 additions and 0 deletions

View file

@ -6,11 +6,15 @@ AlignConsecutiveBitFields: true
AlignConsecutiveDeclarations: true
AlignConsecutiveMacros: true
AlignTrailingComments: true
AlignArrayOfStructures: Right
AlignAfterOpenBracket: BlockIndent
AllowAllArgumentsOnNextLine: true
AllowShortBlocksOnASingleLine: Empty
AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: WithoutElse
AllowShortLoopsOnASingleLine: true
BinPackArguments: false
BinPackParameters: false