Merge "init: Remove custom clang-format"
am: e6b05dc683
Change-Id: I167ead68a8cf23083f3fa240f70fcfe6690a5b9a
diff --git a/init/.clang-format b/init/.clang-format
deleted file mode 100644
index 48d423f..0000000
--- a/init/.clang-format
+++ /dev/null
@@ -1,14 +0,0 @@
----
-Language: Cpp
-BasedOnStyle: Google
-BinPackArguments: true
-BinPackParameters: true
-ColumnLimit: 100
-ConstructorInitializerAllOnOneLineOrOnePerLine: false
-IndentWidth: 4
-Standard: Auto
-TabWidth: 8
-UseTab: Never
-DerivePointerAlignment: false
-PointerAlignment: Left
-...
diff --git a/init/.clang-format b/init/.clang-format
new file mode 120000
index 0000000..1af4f51
--- /dev/null
+++ b/init/.clang-format
@@ -0,0 +1 @@
+../.clang-format-4
\ No newline at end of file