19 lines
472 B
YAML
19 lines
472 B
YAML
---
|
|
AlignEscapedNewlines: Left
|
|
AllowAllConstructorInitializersOnNextLine: 'true'
|
|
AllowAllParametersOfDeclarationOnNextLine: 'true'
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
BreakConstructorInitializers: AfterColon
|
|
ColumnLimit: '100'
|
|
CompactNamespaces: 'true'
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
|
|
ContinuationIndentWidth: '4'
|
|
IndentCaseLabels: 'true'
|
|
IndentWidth: '4'
|
|
PointerAlignment: Left
|
|
SpacesInParentheses: 'true'
|
|
TabWidth: '4'
|
|
UseTab: Always
|
|
|
|
...
|