Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

insertSpaceBeforeTypeAnnotation #19493

Closed
mastef opened this issue Oct 26, 2017 · 2 comments
Closed

insertSpaceBeforeTypeAnnotation #19493

mastef opened this issue Oct 26, 2017 · 2 comments
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

Comments

@mastef
Copy link

mastef commented Oct 26, 2017

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 )

@DanielRosenwasser DanielRosenwasser changed the title insertSpaceBeforeTypeAssertion insertSpaceBeforeTypeAnnotation Oct 26, 2017
@DanielRosenwasser DanielRosenwasser added Domain: Formatter The issue relates to the built-in formatter Suggestion An idea for TypeScript Help Wanted You can do this labels Oct 26, 2017
@mhegazy mhegazy added this to the Community milestone Jan 4, 2018
@mhegazy mhegazy added the Fixed A PR has been merged for this issue label Jan 8, 2018
@mhegazy mhegazy modified the milestones: Community, TypeScript 2.7 Jan 8, 2018
@mhegazy
Copy link
Contributor

mhegazy commented Jan 8, 2018

thanks @Kingwl !

@mastef
Copy link
Author

mastef commented Jan 8, 2018

Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

No branches or pull requests

3 participants