Skip to content

Commit 2897558

Browse files
authored
Add Fourmolu config property (#736)
1 parent 5ca76c9 commit 2897558

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,12 @@
262262
"scope": "resource",
263263
"type": "boolean"
264264
},
265+
"haskell.plugin.fourmolu.config.external": {
266+
"default": false,
267+
"markdownDescription": "Call out to an external \"fourmolu\" executable, rather than using the bundled library",
268+
"scope": "resource",
269+
"type": "boolean"
270+
},
265271
"haskell.plugin.gadt.globalOn": {
266272
"default": true,
267273
"description": "Enables gadt plugin",

0 commit comments

Comments
 (0)