nix-config/treefmt.toml

10 lines
185 B
TOML
Raw Normal View History

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