summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-12-05 19:21:09 +0100
committerSimon Zeni <simon@bl4ckb0ne.ca>2021-12-06 08:27:11 -0600
commitb518b1295cc0eb4237f695ee31bb8e0bba773a20 (patch)
tree8dfe09c5e8e1611bc45dcea24519f68540d632d7
parent02b412a3d4e930237a1d16554af6e1e7d1855c89 (diff)
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 24ea869df..000000000
--- 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