From 3a403db8d38f34dba80b425ae5aef5fb71928845 Mon Sep 17 00:00:00 2001 From: Drew Davenport Date: Tue, 19 Aug 2025 09:08:47 -0600 Subject: [PATCH] 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 --- .clang-format | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.clang-format b/.clang-format index caadedf..69f2cfa 100644 --- a/.clang-format +++ b/.clang-format @@ -6,3 +6,5 @@ AllowShortFunctionsOnASingleLine: None IncludeBlocks: Preserve PenaltyBreakAssignment: 10000000 PenaltyBreakBeforeFirstCallParameter: 1000 + +DerivePointerAlignment: true