<!-- As you can see, the element is broken into new lines, I saw this HTML style formatting somewhere but I dont know what it is called and how to turn it off. I am using VSCODE and have extensions such as Prettier installed. Thanks -->
<div
class="container"
>
<p>lorem ipsum</p>
</div>
<!-- My desired style: -->
<div class="container">
<p>Lorem Ipsum</p>
</div>
[enter image description here][1]
I have ESLint and prettier installed, and I'm pretty sure these extensions cause this style formating that I don't like. HOw do I turn it off? [1]: https://i.stack.imgur.com/wzs5O.png