Skip to content

Multi-line JavaScript Commands should Preserve Indentation #56

@isc-egabhart

Description

@isc-egabhart

For methods in classes with language = javascript CodeTidy will apply indentation like so:

var a,
    b,
    c,
    d;

becomes

var a,
b
c
d;

CodeTidy should instead allow for additional indent if preceding line ended in a comma

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions