mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 21:42:16 -06:00
feat: changed haskell formatter
This commit is contained in:
parent
8677970455
commit
7dfead04b6
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
||||||
language_servers = [ "haskell-language-server" ];
|
language_servers = [ "haskell-language-server" ];
|
||||||
formatter = {
|
formatter = {
|
||||||
external = {
|
external = {
|
||||||
command = "ormolu";
|
command = "fourmolu";
|
||||||
arguments = [
|
arguments = [
|
||||||
"--stdin-input-file"
|
"--stdin-input-file"
|
||||||
"placeholder"
|
"placeholder"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue