treefmt: Replace crystal with deno

Deno is the future.
This commit is contained in:
Donovan Glover 2023-08-31 12:21:47 -04:00
parent 7e556f756e
commit 851d2aa212
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,7 +1,7 @@
[formatter.crystal]
command = "crystal"
options = ["tool", "format"]
includes = [ "*.cr" ]
[formatter.deno]
command = "deno"
options = ["fmt"]
includes = [ "*.ts" ]
[formatter.nix]
command = "nixpkgs-fmt"