blob: 984fa5e582e173599ae3cd78f505f46e17cd5aa9 [file] [log] [blame]
Zach Reizner74a9b7a2015-04-01 16:01:49 -07001BasedOnStyle: Google
Sean Paul5c23d5d2018-07-13 12:51:42 -04002AllowAllParametersOfDeclarationOnNextLine: false
Zach Reizner74a9b7a2015-04-01 16:01:49 -07003AllowShortIfStatementsOnASingleLine: false
4AllowShortLoopsOnASingleLine: false
5AllowShortFunctionsOnASingleLine: None
Sean Paul5c23d5d2018-07-13 12:51:42 -04006PenaltyBreakAssignment: 10000000
7PenaltyBreakBeforeFirstCallParameter: 1000