14 lines
287 B
YAML
14 lines
287 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 2
|
|
---
|
|
Language: Cpp
|
|
PointerAlignment: Left
|
|
AllowShortFunctionsOnASingleLine: All
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
ColumnLimit: 100
|
|
AlignEscapedNewlines: DontAlign
|
|
BreakStringLiterals: false
|
|
SpaceAfterTemplateKeyword: false
|
|
SortIncludes: true
|