13 lines
286 B
YAML
13 lines
286 B
YAML
---
|
|
BasedOnStyle: Mozilla
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
BinPackArguments: true
|
|
BinPackParameters: true
|
|
ColumnLimit: 100
|
|
Cpp11BracedListStyle: true
|
|
FixNamespaceComments: true
|
|
ReflowComments: false
|
|
SortIncludes: true
|
|
SortUsingDeclarations: true
|
|
SpacesInContainerLiterals: false
|