From 07c83b0c5bb5fb7e25543c371879bb45290486f4 Mon Sep 17 00:00:00 2001 From: Alex Denes Date: Fri, 2 Oct 2020 14:39:09 +0200 Subject: [PATCH] Remove extra clang-format --- src/.clang-format | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/.clang-format diff --git a/src/.clang-format b/src/.clang-format deleted file mode 100644 index 9c35950..0000000 --- a/src/.clang-format +++ /dev/null @@ -1,19 +0,0 @@ ---- -Language: Cpp -Standard: Cpp11 -BasedOnStyle: LLVM -TabWidth: 8 -IndentWidth: 8 -UseTab: ForIndentation -AllowShortBlocksOnASingleLine: true -AllowShortCaseLabelsOnASingleLine: true -AllowShortFunctionsOnASingleLine: All -AllowShortIfStatementsOnASingleLine: true -AllowShortLoopsOnASingleLine: true -BreakBeforeBinaryOperators: NonAssignment -BreakBeforeBraces: Linux -IndentCaseLabels: true -PointerAlignment: Left -ColumnLimit: 0 -... -