summaryrefslogtreecommitdiffstats
path: root/media/libyuv/libyuv/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'media/libyuv/libyuv/.clang-format')
-rw-r--r--media/libyuv/libyuv/.clang-format6
1 files changed, 6 insertions, 0 deletions
diff --git a/media/libyuv/libyuv/.clang-format b/media/libyuv/libyuv/.clang-format
new file mode 100644
index 0000000000..59d487051f
--- /dev/null
+++ b/media/libyuv/libyuv/.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