Skip to content

Commit f2c92bc

Browse files
committed
Add Fourmolu as a formatting provider
1 parent 6f48227 commit f2c92bc

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", "fourmolu", "ormolu", "none"],
8888
"default": "brittany",
8989
"description": "The tool to use for formatting requests."
9090
},

0 commit comments

Comments
 (0)