Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit 0d885c9

Browse files
authored
Use stylish-haskell from HLS (#271)
1 parent 32af0bf commit 0d885c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vscode/extensions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"recommendations": [
33
"haskell.haskell",
4-
"vigoo.stylish-haskell",
54
"EditorConfig.EditorConfig"
65
]
76
}

.vscode/settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"[haskell]": {
33
"editor.formatOnSave": true,
4-
"editor.defaultFormatter": "vigoo.stylish-haskell"
5-
}
4+
"editor.defaultFormatter": "haskell.haskell"
5+
},
6+
"haskell.formattingProvider": "stylish-haskell"
67
}

0 commit comments

Comments
 (0)