2015-03-16 09:00:32 +00:00
|
|
|
BasedOnStyle: google
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
AllowShortFunctionsOnASingleLine: None
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
|
|
IndentWidth: 4
|
|
|
|
PointerBindsToType: false
|
|
|
|
ColumnLimit: 0
|
|
|
|
SpaceBeforeParens: ControlStatements
|
2018-07-08 11:44:02 +00:00
|
|
|
SortIncludes: false
|