We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f48227 commit b99c674Copy full SHA for b99c674
package.json
@@ -84,7 +84,7 @@
84
"languageServerHaskell.formattingProvider": {
85
"scope": "resource",
86
"type": "string",
87
- "enum": ["brittany", "floskell", "ormolu", "none"],
+ "enum": ["brittany", "floskell", "ormolu", "stylish-haskell", "none"],
88
"default": "brittany",
89
"description": "The tool to use for formatting requests."
90
},
0 commit comments