hakyll-skeleton/treefmt.toml
Fiscal Velvet Poet edee81e058
haskell: added stylish-haskell
progresses #1
2024-01-09 16:06:48 +10:00

10 lines
155 B
TOML

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