Explicitly set DerivePointerAlignment: true to avoid spurious clang-format corrections and keep the project consistent with itself. Change-Id: I2928adebf8c56743ffe910f5026d501beda8941f
10 lines
318 B
YAML
10 lines
318 B
YAML
BasedOnStyle: Google
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: None
|
|
IncludeBlocks: Preserve
|
|
PenaltyBreakAssignment: 10000000
|
|
PenaltyBreakBeforeFirstCallParameter: 1000
|
|
|
|
DerivePointerAlignment: true
|