1
0
forked from extern/nix-config

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] [formatter.deno]
command = "crystal" command = "deno"
options = ["tool", "format"] options = ["fmt"]
includes = [ "*.cr" ] includes = [ "*.ts" ]
[formatter.nix] [formatter.nix]
command = "nixpkgs-fmt" command = "nixpkgs-fmt"