diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 0e0f4d143e..0000000000 --- a/.clang-format +++ /dev/null @@ -1,14 +0,0 @@ -BasedOnStyle: Google -AllowShortBlocksOnASingleLine: false -AllowShortFunctionsOnASingleLine: Empty -AllowShortIfStatementsOnASingleLine: true - -ColumnLimit: 100 -CommentPragmas: NOLINT:.* -DerivePointerAlignment: false -IndentWidth: 2 -PointerAlignment: Left -TabWidth: 2 -UseTab: Never - -Cpp11BracedListStyle: false