Skip to content

Commit a6fdf00

Browse files
authored
Merge pull request #196 from DavSanchez/feature/formatter-ormolu
Added ormolu as a formatting provider
2 parents 1fb6d9d + a281170 commit a6fdf00

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

0 commit comments

Comments
 (0)