From 3b117d0eef2683d94465847f9a04cd418999c696 Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Sun, 13 Feb 2022 17:02:44 -0500 Subject: [PATCH] style: html formatter --- treefmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]