From b518b1295cc0eb4237f695ee31bb8e0bba773a20 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 5 Dec 2021 19:21:09 +0100 Subject: Delete .clang-format This file isn't accurate, and clang-format can't describe our code style. References: https://github.com/swaywm/sway/pull/6249#issuecomment-986214042 --- .clang-format | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .clang-format diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 24ea869d..00000000 --- a/.clang-format +++ /dev/null @@ -1,18 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 4 -TabWidth: 4 -UseTab: Always -BreakBeforeBraces: Attach -AllowShortIfStatementsOnASingleLine: false -IndentCaseLabels: false -SortIncludes: false -ColumnLimit: 80 -AlignAfterOpenBracket: DontAlign -BinPackParameters: true -BinPackArguments: true -ContinuationIndentWidth: 8 -AllowAllParametersOfDeclarationOnNextLine: false -AllowShortLoopsOnASingleLine: true -ReflowComments: false -AllowAllArgumentsOnNextLine: false -AlignOperands: DontAlign -- cgit v1.2.3-54-g00ecf