Instruct clang-format to leave logical blocks of header formats intact, which helps separate headers from the system, framework, external libraries, and this project. Change-Id: I06c1944097574c30ee05be671f6023ccd0a0d4b7
8 lines
288 B
YAML
8 lines
288 B
YAML
BasedOnStyle: Google
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: None
|
|
IncludeBlocks: Preserve
|
|
PenaltyBreakAssignment: 10000000
|
|
PenaltyBreakBeforeFirstCallParameter: 1000
|