Skip to content

Multiline ES6 syntax import formatting #4899

Closed
@kuon

Description

@kuon

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';

Metadata

Metadata

Assignees

No one assigned

    Labels

    DuplicateAn existing issue was already created

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions