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

Merge pull request #91 from kamadorueda/kamadorueda

style: html formatter
This commit is contained in:
Kevin Amado 2022-02-13 17:14:48 -05:00 committed by GitHub
commit 9efba50165
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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]