mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
18 lines
469 B
Plaintext
18 lines
469 B
Plaintext
--swiftversion 5.6
|
|
|
|
--exclude ElementX/Sources/Generated,vendor,**/Package.swift,ElementX/Sources/Mocks/Generated
|
|
|
|
--disable wrapMultiLineStatementBraces
|
|
--disable hoistPatternLet
|
|
--disable preferForLoop
|
|
--disable consistentSwitchCaseSpacing
|
|
|
|
--commas inline
|
|
--ifdef no-indent
|
|
--nospaceoperators ...,..<
|
|
--stripunusedargs closure-only
|
|
--trimwhitespace nonblank-lines
|
|
--wraparguments after-first
|
|
--wrapparameters after-first
|
|
--redundanttype inferred
|
|
--emptybraces spaced |