aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-27 07:49:12 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-27 07:49:12 -0800
commitdcf8f36519ae50799bd6a620612450ded918bddc (patch)
tree89b03db31216839cebb4587a20aac96df30cd89d
parentupdate action for checking links (diff)
downloadfcuny.net-dcf8f36519ae50799bd6a620612450ded918bddc.tar.gz
remove configuration file for treefmt
This is managed by the flake.nix file.
-rw-r--r--treefmt.toml13
1 files changed, 0 insertions, 13 deletions
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"]