diff --git a/treefmt.toml b/treefmt.toml index 600cd49..827c896 100644 --- a/treefmt.toml +++ b/treefmt.toml @@ -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]