mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(clang-format): better parameter alignment
This commit is contained in:
parent
fb38cd2748
commit
474158052c
2 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue