Skip to content

Instantly share code, notes, and snippets.

@chris-martin
Created October 29, 2023 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chris-martin/f0cc25423ae860599626030bf3440858 to your computer and use it in GitHub Desktop.
Save chris-martin/f0cc25423ae860599626030bf3440858 to your computer and use it in GitHub Desktop.
{
"[haskell]": {
"editor.defaultFormatter": "jkillian.custom-local-formatters"
},
"customLocalFormatters.formatters": [
{
"command": "fourmolu --stdin-input-file ${file}",
"languages": ["haskell"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment