summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2021-12-05 19:21:09 +0100
committerFurkan Sahin <furkan-dev@proton.me>2021-12-05 19:21:09 +0100
commitcd49b7a14c95fc5c25b68692e4f15f6cfe80a539 (patch)
tree8dfe09c5e8e1611bc45dcea24519f68540d632d7
parentf2b3ba7a387fd00f52329479c207731e92692e2d (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 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