11 lines
184 B
YAML
11 lines
184 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
Standard: "C++11"
|
|
UseTab: Never
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Right
|
|
ColumnLimit : 80
|
|
IncludeBlocks: Preserve
|
|
...
|