Parabak
Parabak
@RomanPodymov, So far I didn't find a workaround. So please share solution, in case you find one.
Hi @cezheng, thanks for the reply! The problem is that our framework is distributed as binary and it was a company decision. So this fact most likely is not going...
@nicklockwood we have the same question. With one more use case. Format this: ```swift Group { Text("test") }.padding(.horizontal, 8) ``` to ```swift Group { Text("test") } .padding(.horizontal, 8) ``` Will...
For All SwiftUI modifiers: * ~~should be preceded with line break~~ * ~~apply indent if modifier **is not** preceded with `}` or `)` in case of multiline modifier~~ if the...
@nicklockwood with last examples I tried to illustrate the fact that after `)` modifier `textLinkAction` starts from new line and without indent. regarding naming: maybe `--wrapSwiftUIModifiers` ? either enabled or...
@facumenzella 👍 The thing is that we wanted to apply this only to SwiftUI files.
Right, the thing is that we have around 30 such subdirectories. Most likely we can use a symlink there, but having this as an option will simplify setup. @facumenzella, if...
I haven't proceed with this, @facumenzella did you?
Hey @facumenzella, are you planning to update this rule? We would like to utilise it for SwiftUI modifiers
If you are OK I can join and try to contribute during next weeks as well