2016-06-15 03:32:35 +00:00
|
|
|
---
|
|
|
|
Language: Cpp
|
|
|
|
Standard: Cpp11
|
|
|
|
BasedOnStyle: Google
|
2016-11-11 18:40:33 +00:00
|
|
|
ColumnLimit: 120
|
2016-06-15 03:32:35 +00:00
|
|
|
NamespaceIndentation: All
|
|
|
|
AlignAfterOpenBracket: DontAlign
|
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
BreakConstructorInitializersBeforeComma: true
|
|
|
|
DerivePointerAlignment: false
|
|
|
|
PointerAlignment: Left
|
|
|
|
---
|