add haskell formatting
This commit is contained in:
parent
af607d7d95
commit
31524d977a
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ return {
|
||||||
["handlebars"] = { "prettier" },
|
["handlebars"] = { "prettier" },
|
||||||
["toml"] = {"taplo"},
|
["toml"] = {"taplo"},
|
||||||
["tex"] = {"latexindent"},
|
["tex"] = {"latexindent"},
|
||||||
|
["haskell"] = {"ormolu"},
|
||||||
|
["nix"] = {"nixpkgs-fmt"},
|
||||||
|
["lua"] = {"stylua"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue