Closed
Description
Commit d54b138 broke indentation in the following case (and also with literal arrays):
a = {
b: {
c: {
},
},
d: {
// indents to here
// should indent to here, instead
},
}
The issue doesn't arise if the trailing comma from c
is removed.
The issue exists on the develop
branch as well.
Metadata
Metadata
Assignees
Labels
No labels