17 lines
310 B
Plaintext
17 lines
310 B
Plaintext
---
|
|
BreakBeforeBraces: Allman
|
|
BreakConstructorInitializers: AfterColon
|
|
ColumnLimit: '0'
|
|
Cpp11BracedListStyle: 'true'
|
|
DerivePointerAlignment: 'false'
|
|
IncludeBlocks: Regroup
|
|
IndentCaseLabels: 'true'
|
|
IndentWidth: '4'
|
|
Language: Cpp
|
|
NamespaceIndentation: All
|
|
PointerAlignment: Left
|
|
TabWidth: '4'
|
|
UseTab: Never
|
|
|
|
...
|