Open DarrylD opened 10 years ago
In is there a setting to use the comma-first style of declaration in javascript, similar to this:
var a = 1 , b = "stuff" , c= true;
Opposed to have the comma trail?
In is there a setting to use the comma-first style of declaration in javascript, similar to this:
Opposed to have the comma trail?