12 lines
242 B
Plaintext
12 lines
242 B
Plaintext
|
---
|
||
|
BasedOnStyle: Google
|
||
|
---
|
||
|
Language: Cpp
|
||
|
DerivePointerAlignment: false
|
||
|
PointerAlignment: Right
|
||
|
BreakBeforeBraces: Attach
|
||
|
AllowShortBlocksOnASingleLine: false
|
||
|
AllowShortFunctionsOnASingleLine: true
|
||
|
Cpp11BracedListStyle: true
|
||
|
Standard: Cpp11
|