-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
34 lines (28 loc) · 1.01 KB
/
settings.json
File metadata and controls
34 lines (28 loc) · 1.01 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
28
29
30
31
32
33
34
{
// Vim
"vim.easymotion": true,
"vim.vimrc.enable": true,
"vim.useCtrlKeys": false,
// Actions
"editor.codeActionsOnSave": null,
"files.insertFinalNewline": true,
"git.autofetch": true,
"editor.autoClosingBrackets": "never",
"editor.autoClosingQuotes": "never",
"workbench.settings.editor": "json",
// Python
"python.dataScience.interactiveWindowMode": "perFile",
"python.dataScience.alwaysTrustNotebooks": true,
"python.insidersChannel": "weekly",
// Aesthetics
"workbench.colorTheme": "Dracula Theme",
"window.menuBarVisibility": "toggle",
"window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}",
"editor.minimap.enabled": false,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "'InconsolataGo Nerd Font','Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.cursorBlinking": "phase",
"editor.fontSize": 16,
"editor.lineHeight": 18,
"editor.rulers": [ 80 ],
}