akalongman / akalongman/sublimetext-codeformatter
HTML: support closing empty tags on the same line
Open
- Dominant language
- Python
- Stars
- 772
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
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:
```
```
Contributor guide
Assessment
This issue has not been assessed yet.