Skip to content

Commit f9f02fe

Browse files
committed
Switch the default formatter to ormolu
Since brittany isn't included in the static binaries due to licensing restrictions Fixes #255
1 parent 65e0132 commit f9f02fe

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
@@ -115,7 +115,7 @@
115115
"stylish-haskell",
116116
"none"
117117
],
118-
"default": "brittany",
118+
"default": "ormolu",
119119
"description": "The tool to use for formatting requests"
120120
},
121121
"haskell.trace.server": {

0 commit comments

Comments
 (0)