So, when I create a new tag, let's say <div></div>. But, I want to leave it blank for now and have a blank line between opening and closing tags to easily notice it whenever I want to write code inside it. But Prettier (or VSCode itself) automatically puts opening and closing tags on the same line if they have no code between them. How do I disable this option?