nix-config/treefmt.toml
2023-06-22 08:00:13 -04:00

10 lines
185 B
TOML

[formatter.crystal]
command = "crystal"
options = ["tool", "format"]
includes = [ "*.cr" ]
[formatter.nix]
command = "nixpkgs-fmt"
includes = [ "*.nix" ]
excludes = [ "./hardware/*" ]