10 lines
197 B
Text
10 lines
197 B
Text
|
BasedOnStyle: Google
|
||
|
AllowShortFunctionsOnASingleLine: false
|
||
|
|
||
|
CommentPragmas: NOLINT:.*
|
||
|
DerivePointerAlignment: false
|
||
|
PointerAlignment: Left
|
||
|
PenaltyExcessCharacter: 32
|
||
|
|
||
|
Cpp11BracedListStyle: false
|