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

Multiline ES6 syntax import formatting #4899

Closed
kuon opened this issue Sep 21, 2015 · 3 comments
Closed

Multiline ES6 syntax import formatting #4899

kuon opened this issue Sep 21, 2015 · 3 comments
Labels
Duplicate An existing issue was already created

Comments

@kuon
Copy link

kuon commented Sep 21, 2015

I am now experimenting with the ES6 import syntax (at least I think it's ES6) and I noticed that the following is formatted, in my opinion, wrongly:

import {
Controller as UploadController,
State as UploadState
} from './controllers/upload';

should be:

import {
    Controller as UploadController,
    State as UploadState
} from './controllers/upload';
@saschanaz
Copy link
Contributor

Should be fixed by #4609

@kuon
Copy link
Author

kuon commented Sep 21, 2015

Yes it seems to be fixed looking at the PR. Thanks!

@kuon kuon closed this as completed Sep 21, 2015
@DanielRosenwasser DanielRosenwasser added the Duplicate An existing issue was already created label Sep 21, 2015
@DanielRosenwasser
Copy link
Member

For tracking: duplicate of #4516.

@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

3 participants