Add tab settings for vscode

This commit is contained in:
Shaun Reed 2020-01-29 04:44:19 +00:00
parent b312d5baff
commit 7387c62946
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{
"terminal.integrated.fontFamily": "Inconsolata Nerd Font Mono",
"editor.tabCompletion": "on",
"editor.tabSize": 2
"editor.tabSize": 2,
"window.zoomLevel": -1
}