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