That seems to be working nicely in the develop branch.
struct NotificationsRequest: RequestProtocol -> struct NotificationsRequest : RequestProtocol
var test : Int = 0 -> var test : Int
let model: SomethingModel = SomethingModel() -> let model : SomethingModel = SomethingModel()
Nice
But it also does it for parameters in functions, which I think makes it not so nice:
This is a somewhat similar feature request to what was raised in this issue here https://github.com/nicklockwood/SwiftFormat/issues/1168
Which was addressed here and merged into develop: https://github.com/nicklockwood/SwiftFormat/pull/1335
That seems to be working nicely in the develop branch.
Nice
But it also does it for parameters in functions, which I think makes it not so nice:
Is there anyway to avoid it for the parameters to functions?