Enter after open tag should create indented new line and push close tag to next line
So I have looked through every setting and can't figure this out... I have my code set to create a closing tag right after you close the opening tag. However, when I hit enter to start adding code in the tags, my cursor is right in front of the closing tag. It looks like this:
<html>
|</html>
The pipe is my cursor.... I want to set it so after I type the opening tag and press enter, it does this:
<html>
|
</html>
Someone please help me with this! It seems to be something with Emmet, but I can't find anything about editing the preferences... Any help would be greatly appreciated.
