Zach Reizner | 74a9b7a | 2015-04-01 16:01:49 -0700 | [diff] [blame] | 1 | BasedOnStyle: Google |
Sean Paul | 5c23d5d | 2018-07-13 12:51:42 -0400 | [diff] [blame] | 2 | AllowAllParametersOfDeclarationOnNextLine: false |
Zach Reizner | 74a9b7a | 2015-04-01 16:01:49 -0700 | [diff] [blame] | 3 | AllowShortIfStatementsOnASingleLine: false |
4 | AllowShortLoopsOnASingleLine: false | ||||
5 | AllowShortFunctionsOnASingleLine: None | ||||
Sean Paul | 5c23d5d | 2018-07-13 12:51:42 -0400 | [diff] [blame] | 6 | PenaltyBreakAssignment: 10000000 |
7 | PenaltyBreakBeforeFirstCallParameter: 1000 |