You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When writing HTML, I (and I think many people do as well) prefer to type <p></p> and other text elements inline, where the opening and closing tags are in the same line, unlike div that is usually placed in a separate line because their nature as container. However, graviton always automatically put closing tags in a new line, which makes me have to delete the spaces to make the closing tags be put in the same line every time I make a new text element.
In my opinion, it should put the closing tag in the same line when autocompleting.
The text was updated successfully, but these errors were encountered:
When writing HTML, I (and I think many people do as well) prefer to type
<p></p>
and other text elements inline, where the opening and closing tags are in the same line, unlikediv
that is usually placed in a separate line because their nature as container. However, graviton always automatically put closing tags in a new line, which makes me have to delete the spaces to make the closing tags be put in the same line every time I make a new text element.In my opinion, it should put the closing tag in the same line when autocompleting.
The text was updated successfully, but these errors were encountered: