19 lines
359 B
YAML
19 lines
359 B
YAML
BasedOnStyle: WebKit
|
|
IndentWidth: 4
|
|
ColumnLimit: 80
|
|
|
|
IndentCaseLabels: true
|
|
InsertNewlineAtEOF: true
|
|
AllowShortFunctionsOnASingleLine: None
|
|
|
|
BinPackArguments: false
|
|
BinPackLongBracedList: false
|
|
BinPackParameters: OnePerLine
|
|
|
|
AllowAllArgumentsOnNextLine: true
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
|
|
PointerAlignment: Right
|
|
QualifierAlignment: Right
|
|
|