You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2024. It is now read-only.
The `mustache/vim-mustache-handlebars` plugin sets the filetype to
either `html.handlebars` or `html.mustache`. Even though js-beautify
supports formatting for these files, the `--type` parameter must be
`html`.
This commit sets the `--type` parameter to `html` when the filetype
either is `html` or matches the regex `\mhtml\.`.
0 commit comments