Open ochristensen opened 4 years ago
Trailing commas are only applied if the array is split over multiple lines, e.g.
let a = [
[
"a",
],
]
is there a rule to make that splitting happen automatically?
@ochristensen only if the array literal exceeds the maxwidth value for lines, or if the array literal already contains a linebreak.
does not produce
as expected