12 lines
197 B
YAML
12 lines
197 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
---
|
|
Language: Cpp
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|
|
ColumnLimit: 120
|
|
TabWidth: 4
|
|
IndentWidth: 2
|
|
...
|