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