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]
|
||||
command = "crystal"
|
||||
options = ["tool", "format"]
|
||||
includes = [ "*.cr" ]
|
||||
[formatter.deno]
|
||||
command = "deno"
|
||||
options = ["fmt"]
|
||||
includes = [ "*.ts" ]
|
||||
|
||||
[formatter.nix]
|
||||
command = "nixpkgs-fmt"
|
||||
|
Loading…
Reference in New Issue
Block a user