witch/.vscode/settings.json
2021-12-11 15:34:18 +00:00

14 lines
462 B
JSON

{
"purple-yolk.brittany.command": "brittany --config-file config/brittany.yaml --write-mode inplace",
"purple-yolk.ghci.command": "cabal repl --ghc-options -Wwarn --repl-options -ddump-json",
"purple-yolk.hlint.command": "hlint --json --no-exit-code",
"purple-yolk.hlint.onSave": true,
"editor.rulers": [
79
],
"editor.tabSize": 2,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true
}