-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.json
31 lines (31 loc) · 1.11 KB
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// Place your settings in this file to overwrite the default settings
{
"files.trimTrailingWhitespace": true,
"editor.renderWhitespace": "boundary",
"git.autofetch": false,
"editor.autoClosingBrackets": "languageDefined",
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"*/result": true,
"*.egg-info": true,
".tox": true,
"dist": true,
"**/__pycache__": true,
".stack-work": true,
"**/target/classes": true,
"**/target/test-classes": true,
"build/py*": true,
"**/out": true,
"output": true,
"build": true
},
"workbench.editor.showTabs": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"haskell.ghcMod.executablePath": "/home/dario/.local/bin/ghc-mod",
"hindentFormat.command": "/home/dario/.local/bin/hindent --style chris-done --line-length 120",
"haskell.hlint.executablePath": "/home/dario/.local/bin/hlint",
"stylishHaskell.commandLine": "/home/dario/.local/bin/stylish-haskell",
"window.zoomLevel": 0,
"editor.wordWrap": "off"
}