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 |
Drew Davenport | f39b015 | 2024-09-24 11:31:39 -0600 | [diff] [blame] | 6 | IncludeBlocks: Preserve |
Sean Paul | 5c23d5d | 2018-07-13 12:51:42 -0400 | [diff] [blame] | 7 | PenaltyBreakAssignment: 10000000 |
| 8 | PenaltyBreakBeforeFirstCallParameter: 1000 |