nix-config/treefmt.toml
Donovan Glover 851d2aa212
treefmt: Replace crystal with deno
Deno is the future.
2023-08-31 12:25:45 -04:00

10 lines
168 B
TOML

[formatter.deno]
command = "deno"
options = ["fmt"]
includes = [ "*.ts" ]
[formatter.nix]
command = "nixpkgs-fmt"
includes = [ "*.nix" ]
excludes = [ "./hardware/*" ]