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