change haskell formatter to fourmolu
This commit is contained in:
parent
ebbb48468d
commit
1dd03db7fc
1 changed files with 28 additions and 28 deletions
|
@ -33,7 +33,7 @@ return {
|
||||||
["handlebars"] = { "prettier" },
|
["handlebars"] = { "prettier" },
|
||||||
["toml"] = {"taplo"},
|
["toml"] = {"taplo"},
|
||||||
["tex"] = {"latexindent"},
|
["tex"] = {"latexindent"},
|
||||||
["haskell"] = {"ormolu"},
|
["haskell"] = {"fourmolu"},
|
||||||
["nix"] = {"nixpkgs-fmt"},
|
["nix"] = {"nixpkgs-fmt"},
|
||||||
["lua"] = {"stylua"},
|
["lua"] = {"stylua"},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue