Add vscode settings

This commit is contained in:
Shaun Reed 2020-01-23 21:52:54 +00:00
parent 233bcaee43
commit b312d5baff
1 changed files with 5 additions and 0 deletions

View File

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