MakeColors/.swiftformat

15 lines
293 B
Text
Raw Permalink Normal View History

2020-12-30 12:53:40 +01:00
--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