1
0
Fork 0
android_external_drm_hwcomp.../.clang-format
Drew Davenport 3a403db8d3 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
2025-08-19 09:16:22 -06:00

10 lines
318 B
YAML

BasedOnStyle: Google
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
IncludeBlocks: Preserve
PenaltyBreakAssignment: 10000000
PenaltyBreakBeforeFirstCallParameter: 1000
DerivePointerAlignment: true