change haskell formatter to fourmolu

This commit is contained in:
Youwen Wu 2024-05-10 00:58:55 -07:00
parent ebbb48468d
commit 1dd03db7fc
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -33,7 +33,7 @@ return {
["handlebars"] = { "prettier" },
["toml"] = {"taplo"},
["tex"] = {"latexindent"},
["haskell"] = {"ormolu"},
["haskell"] = {"fourmolu"},
["nix"] = {"nixpkgs-fmt"},
["lua"] = {"stylua"},
},