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