2017-12-21 18:18:20 +00:00
|
|
|
---
|
2017-12-21 18:54:28 +00:00
|
|
|
Language: Cpp
|
|
|
|
BasedOnStyle: Google
|
2017-12-21 18:18:20 +00:00
|
|
|
DerivePointerAlignment: false
|
|
|
|
PointerAlignment: Right
|
2017-12-21 18:54:28 +00:00
|
|
|
IndentPPDirectives: AfterHash
|
|
|
|
Cpp11BracedListStyle: false
|
|
|
|
AlwaysBreakTemplateDeclarations: false
|
|
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
|
|
SpaceAfterTemplateKeyword: false
|
|
|
|
AllowShortBlocksOnASingleLine: true
|
2017-12-21 18:18:20 +00:00
|
|
|
...
|
|
|
|
|