From ff4e07076d08af5edb99be731938891147e2e3a4 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Wed, 9 Jan 2019 13:08:10 -0800 Subject: [PATCH] Use the existing .clang-format-2 for liblog Test: n/a Change-Id: Iadbb88d99aecbc2f7485a5dfa91f5b54846a5b67 --- liblog/.clang-format | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) mode change 100644 => 120000 liblog/.clang-format diff --git a/liblog/.clang-format b/liblog/.clang-format deleted file mode 100644 index 9db87a8f5..000000000 --- a/liblog/.clang-format +++ /dev/null @@ -1,9 +0,0 @@ -BasedOnStyle: Google -AllowShortFunctionsOnASingleLine: false - -CommentPragmas: NOLINT:.* -DerivePointerAlignment: false -PointerAlignment: Left -PenaltyExcessCharacter: 32 - -Cpp11BracedListStyle: false diff --git a/liblog/.clang-format b/liblog/.clang-format new file mode 120000 index 000000000..fd0645fdf --- /dev/null +++ b/liblog/.clang-format @@ -0,0 +1 @@ +../.clang-format-2 \ No newline at end of file