reciproka-web/treefmt.toml
2024-10-29 23:29:51 +10:00

10 lines
155 B
TOML

[formatter.haskell]
command = "stylish-haskell"
options = [ "--inplace" ]
includes = ["*.hs"]
[formatter.nix]
command = "alejandra"
includes = ["*.nix"]