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