You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
I have a silly question: is it possible to configure line break-ness in this example:
convenience public init(_ name: String) {
self
.init(where: { x in
x.text == name
})
I'd like to put self and .init( in the same line, and wonder it is possible to do it with existing configuration.
I like swift-format's other line breaking suggestions, so this is the only case I want to update.
Thanks!