21 lines
407 B
Plaintext
21 lines
407 B
Plaintext
|
---
|
||
|
BasedOnStyle: LLVM
|
||
|
IndentWidth: 4
|
||
|
---
|
||
|
Language: Cpp
|
||
|
TabWidth: 4
|
||
|
ContinuationIndentWidth: 2
|
||
|
UseTab: ForIndentation
|
||
|
ColumnLimit: 100
|
||
|
|
||
|
AccessModifierOffset: -4
|
||
|
NamespaceIndentation: All
|
||
|
IndentCaseLabels: true
|
||
|
|
||
|
SpaceBeforeParens: ControlStatements
|
||
|
PointerAlignment: Right
|
||
|
|
||
|
AllowShortFunctionsOnASingleLine: Inline
|
||
|
AllowShortCaseLabelsOnASingleLine: true
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|