wbond / sublime_alignment

Easy alignment of multiple selections and multi-line selections
http://wbond.net/sublime_packages/alignment
522 stars 110 forks source link

Comma first declaration #62

Open DarrylD opened 10 years ago

DarrylD commented 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?