commit b518b1295cc0eb4237f695ee31bb8e0bba773a20 parent 02b412a3d4e930237a1d16554af6e1e7d1855c89 Author: Simon Ser <contact@emersion.fr> Date: Sun, 5 Dec 2021 19:21:09 +0100 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 Diffstat:
| D | .clang-format | | | 18 | ------------------ |
1 file changed, 0 insertions(+), 18 deletions(-)
diff --git a/.clang-format b/.clang-format @@ -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