I’d like autoformatting to indent the head and body tags one step in from the html tags. Right now if I hilight the whole document, then go to Edit > Line > Reindent, I get this:
<html>
<head>
<title></title>
</head>
<body>
Awesome content here
</body>
</html>
…and I’d like to get this:
<html>
<head>
<title></title>
</head>
<body>
Awesome content here
</body>
</html>
I’ve searched all over and can’t figure out how to do this.
Thanks in advance for you help!!!