From 41274db128ce70a29a78b0df11e4e017727d70f2 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Sun, 26 Dec 2021 23:10:39 +0000 Subject: [PATCH] Delete .clang-format The file is not accurate and clang-format cannot describe our coding style --- .clang-format | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .clang-format diff --git a/.clang-format b/.clang-format deleted file mode 100644 index b32bbe23..00000000 --- a/.clang-format +++ /dev/null @@ -1,7 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 8 -AlwaysBreakAfterReturnType: TopLevel -UseTab: ForIndentation -BreakBeforeBraces: Linux -AllowShortEnumsOnASingleLine: false -AlignAfterOpenBracket: DontAlign