commit | 27af6c5a3736c43e1b748739bb7763660c72a672 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Jul 31 16:51:45 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jul 31 16:51:45 2023 +0000 |
tree | 6b9c2e40de47c4cf77082fbfd5578ed402395ce7 | |
parent | bb9be55f02273d69c619baf9c122c9dda1e77f01 [diff] | |
parent | d173bf6d2ecdd07003bc0ef681d400f72df689ad [diff] |
Merge "libbinder_ndk: remove dup clang-format rule" into main
diff --git a/libs/binder/ndk/.clang-format b/libs/binder/ndk/.clang-format index 9a9d936..6077414 100644 --- a/libs/binder/ndk/.clang-format +++ b/libs/binder/ndk/.clang-format
@@ -2,9 +2,7 @@ ColumnLimit: 100 IndentWidth: 4 ContinuationIndentWidth: 8 -PointerAlignment: Left TabWidth: 4 AllowShortFunctionsOnASingleLine: Inline PointerAlignment: Left -TabWidth: 4 UseTab: Never