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
Is there any way to disable having my entire file get re-indented?
Btw, the major mode I am using is vue-html-mode but I am pretty sure this is reproducible in regular HTML mode. I am also using tabs instead of spaces.
The text was updated successfully, but these errors were encountered:
Here is a GIF to show what is happening
After expanding a tag, a bunch of trailing whitespace is generated (A bunch of tabs on blank lines).
I have tried this line from your README but it did not fix it unfortunately:
(add-hook 'emmet-mode-hook (lambda () (setq emmet-indent-after-insert nil)))
Is there any way to disable having my entire file get re-indented?
Btw, the major mode I am using is vue-html-mode but I am pretty sure this is reproducible in regular HTML mode. I am also using tabs instead of spaces.
The text was updated successfully, but these errors were encountered: