diff options
author | Simon Ser <contact@emersion.fr> | 2021-12-05 19:21:09 +0100 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2021-12-06 08:27:11 -0600 |
commit | b518b1295cc0eb4237f695ee31bb8e0bba773a20 (patch) | |
tree | 8dfe09c5e8e1611bc45dcea24519f68540d632d7 /.clang-format | |
parent | 02b412a3d4e930237a1d16554af6e1e7d1855c89 (diff) | |
download | sway-b518b1295cc0eb4237f695ee31bb8e0bba773a20.tar.xz |
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 (limited to '.clang-format')
-rw-r--r-- | .clang-format | 18 |
1 files changed, 0 insertions, 18 deletions
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 |