2014-06-15 19:05:01 +02:00
|
|
|
BasedOnStyle: google
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
AllowShortFunctionsOnASingleLine: None
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
|
|
IndentWidth: 4
|
|
|
|
PointerBindsToType: false
|
|
|
|
ColumnLimit: 0
|
|
|
|
SpaceBeforeParens: ControlStatements
|
2016-11-08 22:46:43 +01:00
|
|
|
SortIncludes: false
|