insertSpaceBeforeTypeAnnotation #19493
Labels
Domain: Formatter
The issue relates to the built-in formatter
Fixed
A PR has been merged for this issue
Help Wanted
You can do this
Suggestion
An idea for TypeScript
Milestone
Any chance this could be an option?
Similar behaviour to
insertSpaceAfterTypeAssertion
function RGBtoHSB( param1: Int, param2: Int, param3: Int )
would becomefunction RGBtoHSB( param1 : Int, param2 : Int, param3 : Int )
The text was updated successfully, but these errors were encountered: