I am using Eclipse JSDT and the default formatting settings change something like
var a = 1,
b = 2;
to be on one ugly line.
The style before formatting is recommended by JSLint, so I am wondering can Eclipse be set to format it this way? The existing formatter settings does not offer controls over the comma statement it seems.