akalongman / akalongman/sublimetext-codeformatter
HTML: support closing empty tags on the same line
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 772
- Forks
- 128
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
HTML formatter now closes an empty tag on the next line, effectively adding a space into an originally empty tag.
An option to close empty tags on the same line (or leave empty tags untouched) would be nice.
Example:
```
```
becomes:
```
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.