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