reciproka-web/treefmt.toml

10 lines
155 B
TOML
Raw Normal View History

2024-10-29 13:00:14 +00:00
[formatter.haskell]
command = "stylish-haskell"
options = [ "--inplace" ]
includes = ["*.hs"]
[formatter.nix]
command = "alejandra"
includes = ["*.nix"]