mirror of
https://github.com/swaywm/sway.git
synced 2024-11-21 23:41:27 +00:00
Update clang format to better match existing code
This commit is contained in:
parent
c0c4e260c4
commit
f81dc1ecc0
|
@ -8,9 +8,11 @@ IndentCaseLabels: false
|
||||||
SortIncludes: false
|
SortIncludes: false
|
||||||
ColumnLimit: 80
|
ColumnLimit: 80
|
||||||
AlignAfterOpenBracket: DontAlign
|
AlignAfterOpenBracket: DontAlign
|
||||||
BinPackParameters: false
|
BinPackParameters: true
|
||||||
BinPackArguments: false
|
BinPackArguments: true
|
||||||
ContinuationIndentWidth: 8
|
ContinuationIndentWidth: 8
|
||||||
AllowAllParametersOfDeclarationOnNextLine: false
|
AllowAllParametersOfDeclarationOnNextLine: false
|
||||||
AllowShortLoopsOnASingleLine: true
|
AllowShortLoopsOnASingleLine: true
|
||||||
ReflowComments: false
|
ReflowComments: false
|
||||||
|
AllowAllArgumentsOnNextLine: false
|
||||||
|
AlignOperands: DontAlign
|
||||||
|
|
Loading…
Reference in a new issue