From c167b7a2471a39af26f81b0561e361601948bacd Mon Sep 17 00:00:00 2001 From: apio Date: Mon, 31 Oct 2022 14:33:19 +0100 Subject: [PATCH] remove .clang-format --- .clang-format | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .clang-format diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 0dc2c5dc..00000000 --- a/.clang-format +++ /dev/null @@ -1,12 +0,0 @@ ---- -BasedOnStyle: Microsoft -CompactNamespaces: 'false' -FixNamespaceComments: 'false' -NamespaceIndentation: All -AllowShortBlocksOnASingleLine: 'true' -AllowShortCaseLabelsOnASingleLine: 'true' -AllowShortFunctionsOnASingleLine: None -AllowShortIfStatementsOnASingleLine: Always -AllowShortLambdasOnASingleLine: All -AllowShortLoopsOnASingleLine: 'true' -PointerAlignment: Left \ No newline at end of file