Skip to content

Commit

Permalink
Add Fourmolu config property (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgefst authored Oct 12, 2022
1 parent 5ca76c9 commit 2897558
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,12 @@
"scope": "resource",
"type": "boolean"
},
"haskell.plugin.fourmolu.config.external": {
"default": false,
"markdownDescription": "Call out to an external \"fourmolu\" executable, rather than using the bundled library",
"scope": "resource",
"type": "boolean"
},
"haskell.plugin.gadt.globalOn": {
"default": true,
"description": "Enables gadt plugin",
Expand Down

0 comments on commit 2897558

Please sign in to comment.