Closed brynne8 closed 6 years ago
For statements without semicolons at their ends like
a = 1 b = 2 c = 3
the JSFormat ouput is like
which I expect not to indent the last two statements
Not going to support js without ';' at the end.
Duplicated to #26 Let's close this.
For statements without semicolons at their ends like
the JSFormat ouput is like
which I expect not to indent the last two statements