forked from extern/nix-config
treefmt: Replace crystal with deno
Deno is the future.
This commit is contained in:
parent
7e556f756e
commit
851d2aa212
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user