1BasedOnStyle: Google
2AllowAllParametersOfDeclarationOnNextLine: false
3AllowShortIfStatementsOnASingleLine: false
4AllowShortLoopsOnASingleLine: false
5AllowShortFunctionsOnASingleLine: None
6IncludeBlocks: Preserve
7PenaltyBreakAssignment: 10000000
8PenaltyBreakBeforeFirstCallParameter: 1000
9