witch/.vscode/settings.json

14 lines
382 B
JSON
Raw Normal View History

2021-04-11 22:57:59 +03:00
{
"purple-yolk.brittany.command": "false",
"purple-yolk.ghci.command": "cabal repl --ghc-options -Wwarn --repl-options -ddump-json",
"purple-yolk.hlint.command": "false",
"purple-yolk.hlint.onSave": false,
"editor.rulers": [
79
2021-04-17 20:20:06 +03:00
],
"editor.tabSize": 2,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true
2021-04-11 22:57:59 +03:00
}