Skip to content

Doesn't indent multiple variable declarations #40

Open
@raxod502

Description

@raxod502

typescript.el indents like this:

var x = 5,
y = 6;

I posit that it should indent like this:

var x = 5,
    y = 6;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions