I’ve been using Glitch for almost a year now and when I joined the community and started coding the editor would self format for me. So if I would add a div it would indent as needed
<tag>
<tag>
<div>
Content
</div>
</tag>
</tag>
Now it doesn’t self format =>
<tag>
<tag>
<div>
Content
</div>
</tag>
</tag>
I brought this up to Glitch support through an email and they either didn’t understand me or they were trying to push it off.
I just want to get this problem fixed so that I can get to coding my project faster now.