From dcf8f36519ae50799bd6a620612450ded918bddc Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 27 Dec 2024 07:49:12 -0800 Subject: remove configuration file for treefmt This is managed by the flake.nix file. --- treefmt.toml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 treefmt.toml diff --git a/treefmt.toml b/treefmt.toml deleted file mode 100644 index 8dd14ff..0000000 --- a/treefmt.toml +++ /dev/null @@ -1,13 +0,0 @@ -[formatter.nixfmt] -command = "nixfmt" -includes = ["*.nix"] - -[formatter.toml] -command = "taplo" -options = ["format", "$@"] -includes = ["*.toml"] - -[formatter.prettier] -command = "prettier" -options = ["--write"] -includes = ["*.css", "*.md"] -- cgit v1.2.3