Merge "Remove extraneous .clang-format files"
am: 42a12f7b25

Change-Id: I5062d81a01cde71a9bbe7549f9e3c9198af955ae
diff --git a/.clang-format b/.clang-format
deleted file mode 100644
index fc4eb1b..0000000
--- a/.clang-format
+++ /dev/null
@@ -1,13 +0,0 @@
-BasedOnStyle: Google
-AllowShortBlocksOnASingleLine: false
-AllowShortFunctionsOnASingleLine: false
-
-AccessModifierOffset: -2
-ColumnLimit: 100
-CommentPragmas: NOLINT:.*
-DerivePointerAlignment: false
-IndentWidth: 4
-PointerAlignment: Left
-TabWidth: 4
-UseTab: Never
-PenaltyExcessCharacter: 32
diff --git a/.clang-format b/.clang-format
new file mode 120000
index 0000000..1af4f51
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1 @@
+../.clang-format-4
\ No newline at end of file