12 lines
291 B
YAML
12 lines
291 B
YAML
BasedOnStyle: chromium
|
|
IndentWidth: 4
|
|
ColumnLimit: 100
|
|
AlignAfterOpenBracket: BlockIndent
|
|
IncludeBlocks: Preserve
|
|
BreakBeforeBinaryOperators: All
|
|
Cpp11BracedListStyle: false
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
SortIncludes: false
|