1
0
forked from extern/nix-config
donovanglover-nix-config/treefmt.toml

10 lines
168 B
TOML
Raw Permalink Normal View History

[formatter.deno]
command = "deno"
options = ["fmt"]
includes = [ "*.ts" ]
2023-06-12 09:48:15 +02:00
[formatter.nix]
command = "nixpkgs-fmt"
includes = [ "*.nix" ]
2023-06-22 14:00:13 +02:00
excludes = [ "./hardware/*" ]