mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
851d2aa212
Deno is the future.
10 lines
168 B
TOML
10 lines
168 B
TOML
[formatter.deno]
|
|
command = "deno"
|
|
options = ["fmt"]
|
|
includes = [ "*.ts" ]
|
|
|
|
[formatter.nix]
|
|
command = "nixpkgs-fmt"
|
|
includes = [ "*.nix" ]
|
|
excludes = [ "./hardware/*" ]
|