12 lines
189 B
YAML
12 lines
189 B
YAML
---
|
|
BasedOnStyle: Google
|
|
---
|
|
Language: Cpp
|
|
Standard: "c++20"
|
|
UseTab: Never
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Right
|
|
ColumnLimit : 120
|
|
IncludeBlocks: Preserve
|
|
...
|