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

fix #9, operators start lines indent #12

Open guileen opened 12 years ago

guileen commented 12 years ago
foo()
  .bar()
  .bar()

if (a == b
  && c == d
  || d == e) {
}