aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-06 18:41:14 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-06 18:41:14 +0000
commit66785ff003ba5cfdfb91c0fb54dbc879ed270cbc (patch)
tree7aa355fd0b89ec0b2611e17ee84a14c6fa449e22 /.clang-format
parent0b5eae1f9b3cb75274033c6b9f789c35cf236b07 (diff)
parent01abe301c1c4eb92ff1b36130dfd943dff404281 (diff)
downloadlibyuv-androidx-appcompat-release.tar.gz
Merge "Snap for 11805288 from 488a2af021e3e7473f083a9435b1472c0d411f3d to androidx-appcompat-release" into androidx-appcompat-releaseandroidx-appcompat-release
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format6
1 files changed, 6 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 00000000..59d48705
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,6 @@
+# Defines the Chromium style for automatic reformatting.
+# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
+BasedOnStyle: Chromium
+---
+Language: Java
+BasedOnStyle: Google