From 65e2b2322046b869201fb4f6def09cd2303fd532 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Tue, 15 Jan 2019 16:54:35 -0800 Subject: [PATCH] Replace clang-format with symlink. Automatic consistency. Bug: 122835115 Test: manual Change-Id: I3ca92906c3bde25d3314ea3da91f1c42d09332f4 --- .clang-format | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) mode change 100644 => 120000 .clang-format diff --git a/.clang-format b/.clang-format deleted file mode 100644 index f5c9843..0000000 --- a/.clang-format +++ /dev/null @@ -1,15 +0,0 @@ -# https://clang.llvm.org/docs/ClangFormatStyleOptions.html -# Please keep this file in sync with system/core/.clang-format-4 -# -BasedOnStyle: Google -AccessModifierOffset: -2 -AllowShortFunctionsOnASingleLine: Inline -BreakBeforeTernaryOperators: true -ColumnLimit: 100 -CommentPragmas: NOLINT:.* -DerivePointerAlignment: false -IndentWidth: 4 -ContinuationIndentWidth: 4 -PointerAlignment: Left -TabWidth: 4 -UseTab: Never diff --git a/.clang-format b/.clang-format new file mode 120000 index 0000000..ddcf5a2 --- /dev/null +++ b/.clang-format @@ -0,0 +1 @@ +../../build/soong/scripts/system-clang-format \ No newline at end of file