1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

style: html formatter

This commit is contained in:
Kevin Amado 2022-02-13 17:02:44 -05:00
parent 95d60cdb61
commit 3b117d0eef
No known key found for this signature in database
GPG key ID: FFF341057F503148

View file

@ -7,7 +7,7 @@ options = ["run", "--"]
[formatter.prettier]
command = "prettier"
includes = ["*.js", "*.json", "*.md", "*.toml", "*.yaml"]
includes = ["*.html", "*.js", "*.json", "*.md", "*.toml", "*.yaml"]
options = ["--plugin", "prettier-plugin-toml", "--write"]
[formatter.rust]