From b40bdef22e424717157dcc7917a2147e68a0f0fa Mon Sep 17 00:00:00 2001 From: echo <91651232+exhq@users.noreply.github.com> Date: Wed, 7 Sep 2022 17:36:49 +0430 Subject: [PATCH] Delete .clang-format --- .clang-format | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .clang-format diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 96c3054..0000000 --- a/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ ---- -TabWidth: 4 -IndentWidth: 4 -UseTab: Always -IndentPPDirectives: BeforeHash -SortIncludes: true -AlignAfterOpenBracket: true -AlignConsecutiveAssignments: true -AlignEscapedNewlinesLeft: true -AlignEscapedNewlinesLeft: true -AlignTrailingComments: true -AllowShortIfStatementsOnASingleLine: true -AllowShortLoopsOnASingleLine: true -ColumnLimit: 0 -MaxEmptyLinesToKeep: 1 -PointerAlignment: Left -...