summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2023-07-31 18:24:51 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2023-07-31 18:24:51 +0000
commit8fbd8d7de76632c858603f10634a53f6a37459a2 (patch)
treefb106280aeb7f6893db1621526757a9bafb4c9de
parent8e3d63b3d57ae7eb579882ae47662e7da04c3a38 (diff)
parente1c6b771ab97d04a4e2686a1b95becc83641b1d2 (diff)
Merge "libbinder_ndk: remove dup clang-format rule" into main am: 27af6c5a37 am: e1c6b771ab
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2681915 Change-Id: I563d3658843dd8cbea1976a8324bf5c3e5e3240c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--libs/binder/ndk/.clang-format2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/binder/ndk/.clang-format b/libs/binder/ndk/.clang-format
index 9a9d936f15..60774143ee 100644
--- a/libs/binder/ndk/.clang-format
+++ b/libs/binder/ndk/.clang-format
@@ -2,9 +2,7 @@ BasedOnStyle: Google
ColumnLimit: 100
IndentWidth: 4
ContinuationIndentWidth: 8
-PointerAlignment: Left
TabWidth: 4
AllowShortFunctionsOnASingleLine: Inline
PointerAlignment: Left
-TabWidth: 4
UseTab: Never