Configure + run SwiftFormat

This commit is contained in:
Sven Weidauer 2020-12-30 12:53:40 +01:00
parent 7d277a0e43
commit 1f6b55014a
10 changed files with 53 additions and 38 deletions

14
.swiftformat Normal file
View file

@ -0,0 +1,14 @@
--header strip
--wraparguments before-first
--wrapcollections before-first
--wrapconditions before-first
--wrapparameters before-first
--semicolons never
--ranges no-space
--exclude Pods,Generated
--disable anyObjectProtocol,redundantRawValues
--enable wrapEnumCases,isEmpty
--maxwidth 120