From: Johan Malm Date: Sun, 26 Dec 2021 23:10:39 +0000 (+0000) Subject: Delete .clang-format X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=41274db128ce70a29a78b0df11e4e017727d70f2;p=proto%2Flabwc.git Delete .clang-format The file is not accurate and clang-format cannot describe our coding style --- 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