I’m using the shipped HTML mode with Emacs and writing a basic index.html page (eg. just a body with a div inside). When I try to close a tag, Emacs doesn’t auto-indent the tag to match the opening tag. Do I have to set something in my .emacs file?
The problem is thus:
<div>
content....
</div>
Thanks!
I have resorted to running
C-M-\to auto-format my code once I’ve typed it.