Add tab settings for vscode
This commit is contained in:
parent
b312d5baff
commit
7387c62946
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"terminal.integrated.fontFamily": "Inconsolata Nerd Font Mono",
|
"terminal.integrated.fontFamily": "Inconsolata Nerd Font Mono",
|
||||||
"editor.tabCompletion": "on",
|
"editor.tabCompletion": "on",
|
||||||
"editor.tabSize": 2
|
"editor.tabSize": 2,
|
||||||
|
"window.zoomLevel": -1
|
||||||
}
|
}
|
Loading…
Reference in New Issue