tamzinblake / js3-mode

A chimeric fork of js2-mode and js-mode
GNU General Public License v3.0
181 stars 13 forks source link

dot-last continued expression indentation #20

Closed tamzinblake closed 13 years ago

tamzinblake commented 13 years ago

dot-last indentation is broken. It does:

  a.b.
  c()

Should be:

  a.b.
    c()