mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 12:33:50 +01:00
19 lines
463 B
YAML
19 lines
463 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: Always
|
|
BreakBeforeBraces: Attach
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
IndentCaseLabels: false
|
|
SortIncludes: false
|
|
ColumnLimit: 80
|
|
AlignAfterOpenBracket: DontAlign
|
|
BinPackParameters: true
|
|
BinPackArguments: true
|
|
ContinuationIndentWidth: 8
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
AllowShortLoopsOnASingleLine: true
|
|
ReflowComments: false
|
|
AllowAllArgumentsOnNextLine: false
|
|
AlignOperands: DontAlign
|