Basically this vscode extension uses all your standard configurations for html formatting, and your standard configurations for format on save, etc. It more or less works exactly how vscode should already work as it pertains to HTML in PHP files.
The Unlicense
33
stars
6
forks
source link
Add option to prevent wrapping self closing tags #67
Self closing tags such as those often found in the head section (eg and ) are more tidy when they don't wrap - it's more useful to exclude wrapping on them when you are column scanning your head section.
Self closing tags such as those often found in the head section (eg and ) are more tidy when they don't wrap - it's more useful to exclude wrapping on them when you are column scanning your head section.