10 lines
202 B
YAML
10 lines
202 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
ColumnLimit: 100
|
|
IndentWidth: 4
|
|
AlignConsecutiveAssignments: true
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
AllowShortLoopsOnASingleLine: true
|
|
...
|