SwiftFormat
SwiftFormat copied to clipboard
Python script for auto formatting Swift code
Results
1
SwiftFormat issues
Sort by
recently updated
recently updated
newest added
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...