11 lines
310 B
Plaintext
11 lines
310 B
Plaintext
|
BasedOnStyle: google
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
AllowShortLoopsOnASingleLine: false
|
||
|
AllowShortFunctionsOnASingleLine: None
|
||
|
AllowShortBlocksOnASingleLine: false
|
||
|
AlwaysBreakBeforeMultilineStrings: false
|
||
|
IndentWidth: 4
|
||
|
PointerBindsToType: false
|
||
|
ColumnLimit: 0
|
||
|
SpaceBeforeParens: ControlStatements
|