14 lines
317 B
YAML
14 lines
317 B
YAML
---
|
|
Language: Cpp
|
|
Standard: Cpp11
|
|
BasedOnStyle: Google
|
|
ColumnLimit: 120
|
|
NamespaceIndentation: All
|
|
AlignAfterOpenBracket: DontAlign
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
BreakConstructorInitializersBeforeComma: true
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|
|
---
|