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

7 lines
167 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",
"haskell.formattingProvider": "fourmolu"
2021-05-31 23:35:01 +00:00
}