mirror of
https://github.com/NickHu/sway
synced 2024-11-16 19:49:56 +01:00
Update clang format to better match existing code
This commit is contained in:
parent
c0c4e260c4
commit
f81dc1ecc0
1 changed files with 4 additions and 2 deletions
|
@ -8,9 +8,11 @@ IndentCaseLabels: false
|
|||
SortIncludes: false
|
||||
ColumnLimit: 80
|
||||
AlignAfterOpenBracket: DontAlign
|
||||
BinPackParameters: false
|
||||
BinPackArguments: false
|
||||
BinPackParameters: true
|
||||
BinPackArguments: true
|
||||
ContinuationIndentWidth: 8
|
||||
AllowAllParametersOfDeclarationOnNextLine: false
|
||||
AllowShortLoopsOnASingleLine: true
|
||||
ReflowComments: false
|
||||
AllowAllArgumentsOnNextLine: false
|
||||
AlignOperands: DontAlign
|
||||
|
|
Loading…
Reference in a new issue