15 lines
313 B
YAML
15 lines
313 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
ColumnLimit: 120
|
|
---
|
|
Language: Cpp
|
|
AccessModifierOffset: -4
|
|
AlignAfterOpenBracket: DontAlign
|
|
AlignEscapedNewlines: Left
|
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|
|
...
|