AdamNiederer / ng2-mode

Angular Support for Emacs
GNU General Public License v3.0
73 stars 11 forks source link

Inline templates in *.ts files don't indent. #4

Closed CharlesIrvineKC closed 7 years ago

CharlesIrvineKC commented 7 years ago

All the lines of the template are completely left justified.

AdamNiederer commented 7 years ago

This is an issue with typescript-mode - they don't respect template string indentation at all. I'd rather a fix be merged upstream than work around it here.