From 3c82bf59bc7e84e85e31d33f79b3aeb7a7da85b0 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Fri, 17 Feb 2023 22:31:16 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20remove=20clang-format=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .clang-format | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .clang-format diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 3ab4962..0000000 --- a/.clang-format +++ /dev/null @@ -1,18 +0,0 @@ -BasedOnStyle: WebKit -AccessModifierOffset: -3 -AllowShortLoopsOnASingleLine: true -AlignConsecutiveAssignments: true -AlignConsecutiveMacros: true -AlignTrailingComments: true -BreakBeforeBraces: Custom -BreakConstructorInitializers: BeforeColon -BreakStringLiterals: false -ConstructorInitializerIndentWidth: 2 -Cpp11BracedListStyle: true -PointerAlignment: Left -FixNamespaceComments: true -SpaceBeforeCpp11BracedList: false -SpacesBeforeTrailingComments: 2 -Standard: c++17 -TabWidth: 4 -UseTab: Never