Beam/.swiftformat
Doug afc660a1ea
Add SwiftFormat wraparguments (#579)
Matches the wrapparameters rule, seems it was missed.
2023-02-15 08:53:10 +00:00

16 lines
374 B
Plaintext

--swiftversion 5.6
--exclude ElementX/Sources/Generated,vendor,**/Package.swift
--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