18 lines
401 B
YAML
18 lines
401 B
YAML
---
|
|
AllowAllArgumentsOnNextLine: 'false'
|
|
AllowAllParametersOfDeclarationOnNextLine: 'false'
|
|
AlwaysBreakAfterReturnType: AllDefinitions
|
|
BinPackArguments: 'false'
|
|
BinPackParameters: 'false'
|
|
BreakBeforeBraces: Allman
|
|
ColumnLimit: '120'
|
|
IndentPPDirectives: BeforeHash
|
|
IndentWidth: '2'
|
|
Language: Cpp
|
|
PointerAlignment: Right
|
|
SortIncludes: 'false'
|
|
TabWidth: '2'
|
|
UseTab: ForContinuationAndIndentation
|
|
|
|
...
|