diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-27 07:49:12 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-27 07:49:12 -0800 |
| commit | dcf8f36519ae50799bd6a620612450ded918bddc (patch) | |
| tree | 89b03db31216839cebb4587a20aac96df30cd89d /treefmt.toml | |
| parent | update action for checking links (diff) | |
| download | fcuny.net-dcf8f36519ae50799bd6a620612450ded918bddc.tar.gz | |
remove configuration file for treefmt
This is managed by the flake.nix file.
Diffstat (limited to 'treefmt.toml')
| -rw-r--r-- | treefmt.toml | 13 |
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"] |
