drm_hwcomposer: clang-format: Derive pointer alignment
Explicitly set DerivePointerAlignment: true to avoid spurious clang-format corrections and keep the project consistent with itself. Change-Id: I2928adebf8c56743ffe910f5026d501beda8941f
This commit is contained in:
parent
704a0b9398
commit
3a403db8d3
1 changed files with 2 additions and 0 deletions
|
|
@ -6,3 +6,5 @@ AllowShortFunctionsOnASingleLine: None
|
||||||
IncludeBlocks: Preserve
|
IncludeBlocks: Preserve
|
||||||
PenaltyBreakAssignment: 10000000
|
PenaltyBreakAssignment: 10000000
|
||||||
PenaltyBreakBeforeFirstCallParameter: 1000
|
PenaltyBreakBeforeFirstCallParameter: 1000
|
||||||
|
|
||||||
|
DerivePointerAlignment: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue