Use stylish-haskell from HLS (#271)

This commit is contained in:
Alejandro Serrano 2020-12-04 10:37:43 +01:00 committed by GitHub
parent 32af0bf0b3
commit 0d885c953e
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,6 @@
{
"recommendations": [
"haskell.haskell",
"vigoo.stylish-haskell",
"EditorConfig.EditorConfig"
]
}

View File

@ -1,6 +1,7 @@
{
"[haskell]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "vigoo.stylish-haskell"
}
"editor.defaultFormatter": "haskell.haskell"
},
"haskell.formattingProvider": "stylish-haskell"
}