From 5d307d603cbce2c293764cecf54bbce5d6157a94 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Fri, 9 Jul 2021 14:40:24 +0300 Subject: [PATCH] Remove clang-format --- .clang-format | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .clang-format diff --git a/.clang-format b/.clang-format deleted file mode 100644 index aceb5b48..00000000 --- a/.clang-format +++ /dev/null @@ -1,35 +0,0 @@ -BasedOnStyle: WebKit -IndentWidth: 4 -TabWidth: 4 -UseTab: ForIndentation - -BreakBeforeBraces: Allman - -AlignAfterOpenBracket: true -AlignConsecutiveAssignments: true -AlignConsecutiveDeclarations: true -AlignConsecutiveMacros: true -AlignOperands: true - -AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false -AllowShortFunctionsOnASingleLine: Inline -AllowShortIfStatementsOnASingleLine: false -AllowShortLoopsOnASingleLine: false - -NamespaceIndentation: Inner - -SpaceAfterCStyleCast: false -SpaceBeforeParens: Never -SpaceInEmptyParentheses: true -SpacesInAngles: true -SpacesInParentheses: true -SpacesBeforeTrailingComments: 1 - -IndentCaseLabels: false -IndentWrappedFunctionNames: true - -PointerAlignment: Right - -ColumnLimit: 0 -BinPackArguments: false