matrix-media-expanded/.vscode/settings.json

8 lines
234 B
JSON
Raw Normal View History

2021-05-31 23:19:51 +00:00
{
"editor.formatOnType": true,
"editor.formatOnSave": true,
2022-03-23 17:46:51 +00:00
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix",
2022-08-09 22:51:09 +00:00
// "nixEnvSelector.args": "--pure"
2022-06-28 21:11:14 +00:00
"haskell.formattingProvider": "fourmolu",
"haskell.manageHLS": "PATH"
}