You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may be a indent bug in smgl-mode.el. If you open up the "bad" indented file in html-mode (from sgml-mode.el) and try to indent line 6, the indentation will be the same. As this is just a series of HTML tags, pony-tpl-mode delegates to the html-mode.
When indenting the entire buffer at once, the following template does not indent correctly. It indents as seen below:
I would expect it to indent as follows:
Steps to reproduce:
C-x h <tab>
The text was updated successfully, but these errors were encountered: