summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernie Innocenti <codewiz@google.com>2019-02-12 14:53:23 +0900
committerBernie Innocenti <codewiz@google.com>2019-02-14 18:47:47 +0900
commit2af4ba42b5e3e9e16765979d169c7c6fe49e603d (patch)
tree4db6a3fa62968adcd6188be37b0a1f644a0af2a7
parentd0174a67d84fa325547e73652078a3358c1fd78e (diff)
downloadapf-2af4ba42b5e3e9e16765979d169c7c6fe49e603d.tar.gz
Enable the clang-format hook for hardware/google/apf
Change-Id: Ia98bf4f7e030541e1062effb8ba2ab8fd6e6050e
l---------.clang-format1
l---------.editorconfig1
-rw-r--r--PREUPLOAD.cfg5
3 files changed, 7 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 120000
index 0000000..973b2fa
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1 @@
+../../../build/soong/scripts/system-clang-format \ No newline at end of file
diff --git a/.editorconfig b/.editorconfig
new file mode 120000
index 0000000..940ef35
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1 @@
+../../../system/netd/.editorconfig \ No newline at end of file
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg
new file mode 100644
index 0000000..c8dbf77
--- /dev/null
+++ b/PREUPLOAD.cfg
@@ -0,0 +1,5 @@
+[Builtin Hooks]
+clang_format = true
+
+[Builtin Hooks Options]
+clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp