-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvs_code_settings.json
More file actions
27 lines (27 loc) · 1.06 KB
/
vs_code_settings.json
File metadata and controls
27 lines (27 loc) · 1.06 KB
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
// Place your settings in this file to overwrite the default settings
{
"window.zoomLevel": 2,
"files.autoSave": "off",
"editor.fontSize": 12,
"editor.fontFamily": "'Fira Code Retina', Consolas, 'Courier New', monospace", /* https://github.com/tonsky/FiraCode/ */
"editor.fontLigatures": true,
"files.eol": "\n",
"workbench.colorTheme": "Monokai Dimmed",
"editor.autoIndent": true,
"editor.mouseWheelZoom": true,
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"editor.renderWhitespace": "all",
"editor.folding": true,
"workbench.panel.location": "bottom",
"editor.minimap.enabled": false,
"workbench.startupEditor": "newUntitledFile",
"editor.renderControlCharacters": true,
"editor.multiCursorModifier": "alt",
"editor.codeLens": false,
"editor.cursorStyle": "block",
"editor.find.autoFindInSelection": true,
"terminal.integrated.fontSize": 11,
"problems.decorations.enabled": true,
"workbench.iconTheme": "vscode-icons", /* ext install vscode-icons */
}