From 5e087e451ceab6761c0ff50f5bf808a39da17f6c Mon Sep 17 00:00:00 2001 From: Alex Deymo Date: Tue, 16 Feb 2016 14:39:56 -0800 Subject: [PATCH] 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 --- metricsd/.clang-format | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) mode change 100644 => 120000 metricsd/.clang-format diff --git a/metricsd/.clang-format b/metricsd/.clang-format deleted file mode 100644 index c98efc2ab..000000000 --- a/metricsd/.clang-format +++ /dev/null @@ -1,10 +0,0 @@ -BasedOnStyle: Google -AllowShortFunctionsOnASingleLine: Inline -AllowShortIfStatementsOnASingleLine: false -AllowShortLoopsOnASingleLine: false -BinPackArguments: false -BinPackParameters: false -CommentPragmas: NOLINT:.* -DerivePointerAlignment: false -PointerAlignment: Left -TabWidth: 2 diff --git a/metricsd/.clang-format b/metricsd/.clang-format new file mode 120000 index 000000000..f9066d425 --- /dev/null +++ b/metricsd/.clang-format @@ -0,0 +1 @@ +../../../build/tools/brillo-clang-format \ No newline at end of file