Lines ending in square brackets are collapsed into the next line
lachenmayer opened this issue · 1 comments
lachenmayer commented
Input:
foo[0]
bar
Actual:
foo[0];bar;
Expected:
foo[0];
bar;
Cheers :)
lachenmayer commented
Oops sorry, this should be in ricardofbarros/semistandard-format...