Skip to content

Commit 04ce6dc

Browse files
authored
Merge pull request #245 from waddlaw/patch-1
Add stylish-haskell
2 parents 01d2be6 + b99c674 commit 04ce6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"languageServerHaskell.formattingProvider": {
8585
"scope": "resource",
8686
"type": "string",
87-
"enum": ["brittany", "floskell", "ormolu", "none"],
87+
"enum": ["brittany", "floskell", "ormolu", "stylish-haskell", "none"],
8888
"default": "brittany",
8989
"description": "The tool to use for formatting requests."
9090
},

0 commit comments

Comments
 (0)