jiangmiao / simple-javascript-indenter

A vim javascript indent script
http://www.vim.org/scripts/script.php?script_id=3227
72 stars 8 forks source link

Comma start #7

Closed guileen closed 12 years ago

guileen commented 12 years ago

add comma start style support

var a = a
  , b = b
  ;

{
  a : a
, b : [
    1
  , 2 
  ]
}