tamzinblake / js3-mode

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

multiline . chains not indented correctly #1

Closed tamzinblake closed 13 years ago

tamzinblake commented 13 years ago

things like:

foo().bar
     .baz

Does not get indented properly in this mode now.

tamzinblake commented 13 years ago

Fixed by commit 9751b01 - note that dot gets indented properly only in cases where it is preceded by another dot, and probably could be made better.