blob: caadedf325d8f0dffcf8b0cd12a868f09e00b0ab [file] [log] [blame]
BasedOnStyle: Google
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
IncludeBlocks: Preserve
PenaltyBreakAssignment: 10000000
PenaltyBreakBeforeFirstCallParameter: 1000