SwiftFormat
SwiftFormat copied to clipboard
Formatting curly braces inside a string
First of all, thanks for writing this utility. I am having an issue when I define something like this
Routing.Routes["GET", "/api/bGTeamInfo/{id}"] = { _ in return BGTeamInfoRetrieveHandler()}
The result is this:
Routing.Routes["GET", "/api/bGTeamInfo/{ id }"] = { _ in return BGTeamInfoRetrieveHandler() }
Desired result If curly braces are inside a string do not add new line.
Hey! I have rewritten this whole project to a recusive analyzer of SourceKit, i will update soon. It's written in Swift, so won't update the python code anymore.
Thank you appreciate!
Ooh, i'm looking forward to this. Are you writing it in another repo? Is it public yet?
Whats your take on:
SwiftFormat VS Atom + linter-swift?
any news on new tool?