Skip to content

multiline var statements not indented #34

Closed
@wmertens

Description

@wmertens

I'm trying to follow the rules that JSLint has, and something like

var a=b,
    c,
    d;

gets indented as

var a=b,
c,
d;

which JSLint doesn't like.

I may also be doing something wrong of course.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions