-
Notifications
You must be signed in to change notification settings - Fork 0
/
.vscode
36 lines (36 loc) · 1.11 KB
/
.vscode
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
{
"editor.formatOnSave": true,
"vim.insertModeKeyBindings": [
{
"before": [
"j",
"j"
],
"after": [
"<Esc>"
]
}
],
"editor.lineNumbers": "relative",
"editor.fontFamily": "Dank Mono",
"debug.console.lineHeight": 30,
"editor.fontSize": 15,
"editor.fontLigatures": true,
"explorer.decorations.badges": true,
"explorer.decorations.colors": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"javascript.updateImportsOnFileMove.enabled": "always",
"workbench.colorTheme": "Night Owl",
"workbench.iconTheme": "material-icon-theme",
"workbench.preferredLightColorTheme": "Night Owl Light (No Italics)",
"workbench.preferredDarkColorTheme": "Night Owl (No Italics)",
"editor.lineHeight": 24,
}