davidwessman / syntax_tree-erb

Syntax Tree support for ERB
MIT License
21 stars 3 forks source link

0.9.4: Format empty HTML-tags as a group #43

Closed davidwessman closed 1 year ago

davidwessman commented 1 year ago
<three-word-component
  :attribute1
  :attribute2
  :attribute3="value"
->
-</three-word-component>
+></three-word-component>