18 lines
382 B
Plaintext
18 lines
382 B
Plaintext
|
---
|
||
|
Language: Cpp
|
||
|
BasedOnStyle: Google
|
||
|
|
||
|
AccessModifierOffset: -2
|
||
|
AlignAfterOpenBracket: AlwaysBreak
|
||
|
BraceWrapping:
|
||
|
AfterClass: true
|
||
|
AfterFunction: true
|
||
|
AfterNamespace: true
|
||
|
AfterStruct: true
|
||
|
BreakBeforeBraces: Custom
|
||
|
ColumnLimit: 100
|
||
|
ConstructorInitializerIndentWidth: 0
|
||
|
ContinuationIndentWidth: 2
|
||
|
DerivePointerAlignment: false
|
||
|
PointerAlignment: Middle
|
||
|
ReflowComments: false
|