standard / semistandard

:icecream: All the goodness of `standard/standard` with semicolons sprinkled on top.
MIT License
1.41k stars 124 forks source link

Lines ending in square brackets are collapsed into the next line #28

Closed lachenmayer closed 9 years ago

lachenmayer commented 9 years ago

Input:

foo[0]
bar

Actual:

foo[0];bar;

Expected:

foo[0];
bar;

Cheers :)

lachenmayer commented 9 years ago

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