14 lines
304 B
Plaintext
14 lines
304 B
Plaintext
|
---
|
||
|
Language: Cpp
|
||
|
BasedOnStyle: Google
|
||
|
DerivePointerAlignment: false
|
||
|
PointerAlignment: Right
|
||
|
IndentPPDirectives: AfterHash
|
||
|
Cpp11BracedListStyle: false
|
||
|
AlwaysBreakTemplateDeclarations: false
|
||
|
AllowShortCaseLabelsOnASingleLine: true
|
||
|
SpaceAfterTemplateKeyword: false
|
||
|
AllowShortBlocksOnASingleLine: true
|
||
|
...
|
||
|
|