mirror of
https://github.com/tfausak/witch.git
synced 2024-11-23 00:06:27 +03:00
14 lines
382 B
JSON
14 lines
382 B
JSON
{
|
|
"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
|
|
],
|
|
"editor.tabSize": 2,
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true
|
|
}
|