From eacebad2772da6749a467d2d480fea775da7a91b Mon Sep 17 00:00:00 2001 From: Andri Yngvason Date: Fri, 24 Feb 2023 15:25:46 +0000 Subject: [PATCH] Remove _clang-format It's not helpful --- _clang-format | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 _clang-format diff --git a/_clang-format b/_clang-format deleted file mode 100644 index b1968de..0000000 --- a/_clang-format +++ /dev/null @@ -1,24 +0,0 @@ ---- -BasedOnStyle: LLVM -SortIncludes: false - -IndentWidth: 8 -ContinuationIndentWidth: 8 - -UseTab: ForIndentation -BreakBeforeBraces: Linux - -AllowShortIfStatementsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false - -IndentCaseLabels: false -#IndentGotoLabels: false - -PointerAlignment: Left - -ForEachMacros: - - LIST_FOREACH - -PenaltyBreakAssignment: 2 -PenaltyExcessCharacter: 10 -...