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

Wrong comment indent in multiline expressions (TS, JS) #184

Closed
alexanderby opened this issue Nov 19, 2015 · 1 comment
Closed

Wrong comment indent in multiline expressions (TS, JS) #184

alexanderby opened this issue Nov 19, 2015 · 1 comment

Comments

@alexanderby
Copy link

When formatting JavaScript or TypeScript, comments placed between parts of multi-line expressions are placed wrong.
Expected to look like

doStuff()
    .then()
    // Comment
    .then();

but actually is

doStuff()
    .then()
// Comment
    .then();
@jrieken
Copy link
Member

jrieken commented Nov 24, 2015

This issue was moved to microsoft/TypeScript#5772

@jrieken jrieken closed this as completed Nov 24, 2015
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants