mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 17:34:03 +01:00
10 lines
185 B
TOML
10 lines
185 B
TOML
[formatter.crystal]
|
|
command = "crystal"
|
|
options = ["tool", "format"]
|
|
includes = [ "*.cr" ]
|
|
|
|
[formatter.nix]
|
|
command = "nixpkgs-fmt"
|
|
includes = [ "*.nix" ]
|
|
excludes = [ "./hardware/*" ]
|