9 lines
246 B
YAML
9 lines
246 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
|
Cpp11BracedListStyle: false
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Right
|
|
SortIncludes: false
|