17 lines
345 B
YAML
17 lines
345 B
YAML
BasedOnStyle: WebKit
|
|
UseTab: Always
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
ColumnLimit: 80
|
|
IndentCaseLabels: true
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping:
|
|
AfterFunction: true
|
|
SplitEmptyFunction: false
|
|
AlignAfterOpenBracket: BlockIndent
|
|
AlignOperands: AlignAfterOperator
|
|
BreakBeforeBinaryOperators: true
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
|