13 lines
349 B
YAML
13 lines
349 B
YAML
AllowShortBlocksOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
BasedOnStyle: google
|
|
ColumnLimit: 0
|
|
IndentWidth: 4
|
|
InsertBraces: true
|
|
PointerBindsToType: false
|
|
SortIncludes: false
|
|
SpaceBeforeParens: ControlStatements
|