Configure + run SwiftFormat
This commit is contained in:
parent
7d277a0e43
commit
1f6b55014a
10 changed files with 53 additions and 38 deletions
14
.swiftformat
Normal file
14
.swiftformat
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue