You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
407 B
Plaintext
16 lines
407 B
Plaintext
--swiftversion 5.6
|
|
|
|
--exclude ElementX/Sources/Generated,vendor,**/Package.swift,ElementX/Sources/Mocks/Generated
|
|
|
|
--disable wrapMultiLineStatementBraces
|
|
--disable hoistPatternLet
|
|
|
|
--commas inline
|
|
--ifdef no-indent
|
|
--nospaceoperators ...,..<
|
|
--stripunusedargs closure-only
|
|
--trimwhitespace nonblank-lines
|
|
--wraparguments after-first
|
|
--wrapparameters after-first
|
|
--redundanttype inferred
|
|
--emptybraces spaced |