mirror of
https://github.com/higherkindness/mu-haskell.git
synced 2024-11-22 11:12:01 +03:00
Use stylish-haskell from HLS (#271)
This commit is contained in:
parent
32af0bf0b3
commit
0d885c953e
1
.vscode/extensions.json
vendored
1
.vscode/extensions.json
vendored
@ -1,7 +1,6 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"haskell.haskell",
|
||||
"vigoo.stylish-haskell",
|
||||
"EditorConfig.EditorConfig"
|
||||
]
|
||||
}
|
||||
|
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -1,6 +1,7 @@
|
||||
{
|
||||
"[haskell]": {
|
||||
"editor.formatOnSave": true,
|
||||
"editor.defaultFormatter": "vigoo.stylish-haskell"
|
||||
}
|
||||
"editor.defaultFormatter": "haskell.haskell"
|
||||
},
|
||||
"haskell.formattingProvider": "stylish-haskell"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user