tamzinblake / js3-mode

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

Dots still not indented properly always #2

Closed tamzinblake closed 13 years ago

tamzinblake commented 13 years ago

dot is indented properly for simple expressions, but note the following:

This:

foo.bar( baz.boop )
   .baz()

Gets indented like this:

foo.bar( baz.boop )
            .baz()

bad.

tamzinblake commented 13 years ago

Fixed by commit 602d6c4