davidrios / jade-tmbundle

A comprehensive textmate / sublime text bundle for the Jade template language.
https://github.com/davidrios/jade-tmbundle
MIT License
102 stars 31 forks source link

Should only auto-indent first line following a trailing period #65

Open rtsao opened 8 years ago

rtsao commented 8 years ago

Input keystrokes: p.{RETURN}asdf{RETURN}asdf

Expected output:

p.
  asdf
  asdf

Actual output:

p.
  asdf
    asdf