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