summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWiwit Rifa'i <wiwitrifai@google.com>2023-09-19 08:49:51 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-09-19 08:49:51 +0000
commit18835f1cbb7329f26ee857013f73984a706e573a (patch)
treeff657f216a35269f35bbf71046f4d746436c46cd
parent684102a39b1531d9e558cc8d57882f703a703d5d (diff)
parent83c9109add0dc05b67ab7ea99400c698a2339343 (diff)
downloadzuma-18835f1cbb7329f26ee857013f73984a706e573a.tar.gz
clang-format: add IncludeBlocks Preserve & PointerAlignment Left am: 83c9109add
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/google/graphics/zuma/+/24787180 Change-Id: Ia7e83722a94e84373b7be0c2e60da1b24bf21cdb Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--.clang-format4
1 files changed, 4 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 03af56d..f63f670 100644
--- a/.clang-format
+++ b/.clang-format
@@ -11,3 +11,7 @@ ContinuationIndentWidth: 8
IndentWidth: 4
PenaltyBreakBeforeFirstCallParameter: 100000
SpacesBeforeTrailingComments: 1
+IncludeBlocks: Preserve
+
+DerivePointerAlignment: false
+PointerAlignment: Left