formulahendry / vscode-auto-close-tag

Auto Close Tag for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag
MIT License
179 stars 53 forks source link

Self-close brackets with a space. #182

Closed phyllisstein closed 3 years ago

phyllisstein commented 4 years ago

This pull request adds an option to add a space before a self-closing tag. When enabled...

<meta + / = <meta />

Naturally, the no-space behavior remains the default.

phyllisstein commented 3 years ago

Forgot I did this twice. 😶

186 was a bit simpler and more performant, so.