standard/semistandard

Lines ending in square brackets are collapsed into the next line

lachenmayer opened this issue · 1 comments

Input:

foo[0]
bar

Actual:

foo[0];bar;

Expected:

foo[0];
bar;

Cheers :)

Oops sorry, this should be in ricardofbarros/semistandard-format...