1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-06-07 19:56:29 +02:00

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
This commit is contained in:
Simon Ser 2021-12-05 19:21:09 +01:00 committed by Simon Zeni
parent 02b412a3d4
commit b518b1295c

View File

@ -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