Any chance this could be an option? Similar behaviour to `insertSpaceAfterTypeAssertion` `function RGBtoHSB( param1: Int, param2: Int, param3: Int )` would become `function RGBtoHSB( param1 : Int, param2 : Int, param3 : Int )`
Any chance this could be an option?
Similar behaviour to
insertSpaceAfterTypeAssertionfunction RGBtoHSB( param1: Int, param2: Int, param3: Int )would becomefunction RGBtoHSB( param1 : Int, param2 : Int, param3 : Int )