Files
letro-ios/.swiftformat

20 lines
578 B
Plaintext

--swiftversion 5.6
--exclude **/Sources/**/Generated,vendor,**/Package.swift,Secrets/**
--disable wrapMultiLineStatementBraces
--disable hoistPatternLet
--disable preferForLoop
--disable consistentSwitchCaseSpacing
--disable docCommentsBeforeModifiers # throwing false positives in AuthenticationServiceProtocol on v0.58.0
--disable emptyExtensions
--commas inline
--ifdef no-indent
--nospaceoperators ...,..<
--stripunusedargs closure-only
--trimwhitespace nonblank-lines
--wraparguments after-first
--wrapparameters after-first
--redundanttype inferred
--emptybraces spaced