12 lines
230 B
YAML
12 lines
230 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 2
|
|
---
|
|
Language: Cpp
|
|
PointerAlignment: Left
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
ColumnLimit: 100
|
|
AlignEscapedNewlines: DontAlign
|
|
BreakStringLiterals: false
|
|
SpaceAfterTemplateKeyword: false
|