-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
40 lines (38 loc) · 1.23 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
32
33
34
35
36
37
38
39
40
{
"editor.fontSize": 18,
"editor.rulers": [
80,
120
],
"editor.smoothScrolling": true,
"editor.mouseWheelScrollSensitivity": 2,
"extensions.ignoreRecommendations": false,
"editor.acceptSuggestionOnEnter": "off",
"editor.minimap.enabled": false,
"editor.tabCompletion": "off",
"editor.quickSuggestionsDelay": 10,
"workbench.startupEditor": "newUntitledFile",
"html.autoClosingTags": false,
"editor.dragAndDrop": false,
"editor.emptySelectionClipboard": false,
"editor.fontFamily": "IosevkaTermSlab Nerd Font Light, Hack, Consolas, monospace, 'Courier New'",
"workbench.commandPalette.history": 100,
"editor.renderWhitespace": "trailing",
"editor.largeFileOptimizations": false,
"editor.unicodeHighlight.nonBasicASCII": false,
"editor.unicodeHighlight.ambiguousCharacters": false,
"files.eol": "\n",
"files.insertFinalNewline": true,
"editor.indentSize": "tabSize",
"editor.tabSize": 4,
"[html]": {
"editor.tabSize": 2,
},
"[haskell]": {
"editor.tabSize": 4,
},
"workbench.colorTheme": "Eva Dark",
"terminal.integrated.fontSize": 18,
"haskell.manageHLS": "GHCup",
"vim.useSystemClipboard": false,
}