summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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