From fb0ffb1c1cc60e505cbdcac2919a48c7929a3d2b Mon Sep 17 00:00:00 2001 From: apusaiiaf21 <125229353+apusaiiaf21@users.noreply.github.com> Date: Tue, 14 Feb 2023 16:03:08 +0300 Subject: [PATCH] Delete .clang-format --- .clang-format | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .clang-format 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