aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2016-02-16 14:39:56 -0800
committerAlex Deymo <deymo@google.com>2016-02-16 14:39:56 -0800
commit11103e4621b06ed4899c0592171781b910cd2dfc (patch)
tree6251b7ce78dcc37f14b6ffdc279da00f3b47cb8a
parent3f9df0d3c7c771b124c8d4eac127cba8e4ad59eb (diff)
downloadmetricsd-11103e4621b06ed4899c0592171781b910cd2dfc.tar.gz
Add .clang-format symlink to Brillo's clang-format.
This patch replaces the locally defined clang-format with a symlink to the one defined in build/tools. Bug: 27121653 TEST=Ran clang-format. Change-Id: I8810428d12b60c7463bc7f9a96228600ec8b425d
l---------[-rw-r--r--].clang-format11
1 files changed, 1 insertions, 10 deletions
diff --git a/.clang-format b/.clang-format
index c98efc2..f9066d4 100644..120000
--- a/.clang-format
+++ b/.clang-format
@@ -1,10 +1 @@
-BasedOnStyle: Google
-AllowShortFunctionsOnASingleLine: Inline
-AllowShortIfStatementsOnASingleLine: false
-AllowShortLoopsOnASingleLine: false
-BinPackArguments: false
-BinPackParameters: false
-CommentPragmas: NOLINT:.*
-DerivePointerAlignment: false
-PointerAlignment: Left
-TabWidth: 2
+../../../build/tools/brillo-clang-format \ No newline at end of file