From 6baf22630e97a96fe87ae493bca553d4ee0f1083 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 6 Mar 2023 23:55:12 +0800 Subject: [PATCH] Update treefmt configuration --- treefmt.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/treefmt.toml b/treefmt.toml index 137caa5..ac8afdb 100644 --- a/treefmt.toml +++ b/treefmt.toml @@ -12,12 +12,9 @@ command = "prettier" options = ["--write"] includes = [ "*.css", - "*.html", "*.js", "*.json", "*.jsx", - "*.md", - "*.mdx", "*.scss", "*.ts", "*.yaml",