1
0
Fork 0

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:
Drew Davenport 2025-08-19 09:08:47 -06:00
parent 704a0b9398
commit 3a403db8d3

View file

@ -6,3 +6,5 @@ AllowShortFunctionsOnASingleLine: None
IncludeBlocks: Preserve IncludeBlocks: Preserve
PenaltyBreakAssignment: 10000000 PenaltyBreakAssignment: 10000000
PenaltyBreakBeforeFirstCallParameter: 1000 PenaltyBreakBeforeFirstCallParameter: 1000
DerivePointerAlignment: true