From df8063d04582ab1d4466237ff3facdc811ea48c9 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Wed, 16 Jan 2019 15:20:15 -0800 Subject: [PATCH] logd: use .clang-format-4 like the rest of system/core Test: n/a Change-Id: I9ad125247f502edb4462817417624c2f527d7870 --- logd/.clang-format | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) mode change 100644 => 120000 logd/.clang-format diff --git a/logd/.clang-format b/logd/.clang-format deleted file mode 100644 index 393c3094b..000000000 --- a/logd/.clang-format +++ /dev/null @@ -1,11 +0,0 @@ -BasedOnStyle: Google -AllowShortFunctionsOnASingleLine: false - -CommentPragmas: NOLINT:.* -DerivePointerAlignment: false -IndentWidth: 4 -PointerAlignment: Left -TabWidth: 4 -PenaltyExcessCharacter: 32 - -Cpp11BracedListStyle: false diff --git a/logd/.clang-format b/logd/.clang-format new file mode 120000 index 000000000..1af4f51dd --- /dev/null +++ b/logd/.clang-format @@ -0,0 +1 @@ +../.clang-format-4 \ No newline at end of file