summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuexi Ma <yuexima@google.com>2017-05-01 17:15:34 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-05-01 17:15:35 +0000
commit6947f8a084bf9dc6304efb638aaa5737e82989c1 (patch)
tree5a0beeb05368ec10d3981695e0787b183c828921
parent0d142ac9b5ed2b97e640ac103a6d3e4f9b5f07b3 (diff)
parent0d2994802f6f58fed8fa147ab31de497dc4ec311 (diff)
downloadhal-trace-6947f8a084bf9dc6304efb638aaa5737e82989c1.tar.gz
Merge "Add pre-upload style checker for cpp and java code"android-wear-o-preview-4android-wear-o-preview-3android-o-preview-3android-o-preview-2
-rw-r--r--.clang-format13
-rw-r--r--PREUPLOAD.cfg6
2 files changed, 19 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..6027082
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,13 @@
+---
+Language: Cpp
+BasedOnStyle: Google
+ColumnLimit: 80
+IndentWidth: 2
+ContinuationIndentWidth: 4
+---
+Language: Java
+BasedOnStyle: Google
+ColumnLimit: 100
+IndentWidth: 4
+ContinuationIndentWidth: 8
+...
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg
new file mode 100644
index 0000000..6be6e5f
--- /dev/null
+++ b/PREUPLOAD.cfg
@@ -0,0 +1,6 @@
+[Builtin Hooks]
+clang_format = true
+
+[Builtin Hooks Options]
+clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp,java
+