nix-config/treefmt.toml
2023-06-12 03:48:15 -04:00

9 lines
155 B
TOML

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