tamzinblake / js3-mode

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

js3-lazy-dots doesn't work as expected #106

Open sbbird opened 9 years ago

sbbird commented 9 years ago

Hi, I have problem with lazy dots mode. According to the doc, I enabled js3-indent-dots and js3-lazy-dots. It should work as

foo.bar()
  .baz()

However, it turns out to be

foo.bar()
.baz()

While js3-indent-dots and other lazy modes works perfectly. Do I missed any point?

aiguofer commented 9 years ago

Having the same issue. Looked around for a while but can't quite figure it out.

anthonybrice commented 9 years ago

I have the same issue.