aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2021-12-05 19:21:09 +0100
committerLibravatar Simon Zeni <simon@bl4ckb0ne.ca>2021-12-06 08:27:11 -0600
commitb518b1295cc0eb4237f695ee31bb8e0bba773a20 (patch)
tree8dfe09c5e8e1611bc45dcea24519f68540d632d7
parentbuild: use list for sdbus dep (diff)
downloadsway-b518b1295cc0eb4237f695ee31bb8e0bba773a20.tar.gz
sway-b518b1295cc0eb4237f695ee31bb8e0bba773a20.tar.zst
sway-b518b1295cc0eb4237f695ee31bb8e0bba773a20.zip
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
-rw-r--r--.clang-format18
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 @@
1BasedOnStyle: LLVM
2IndentWidth: 4
3TabWidth: 4
4UseTab: Always
5BreakBeforeBraces: Attach
6AllowShortIfStatementsOnASingleLine: false
7IndentCaseLabels: false
8SortIncludes: false
9ColumnLimit: 80
10AlignAfterOpenBracket: DontAlign
11BinPackParameters: true
12BinPackArguments: true
13ContinuationIndentWidth: 8
14AllowAllParametersOfDeclarationOnNextLine: false
15AllowShortLoopsOnASingleLine: true
16ReflowComments: false
17AllowAllArgumentsOnNextLine: false
18AlignOperands: DontAlign