diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json new file mode 100644 index 0000000..032af9e --- /dev/null +++ b/.config/Code/User/settings.json @@ -0,0 +1,5 @@ +{ + "terminal.integrated.fontFamily": "Inconsolata Nerd Font Mono", + "editor.tabCompletion": "on", + "editor.tabSize": 2 +} \ No newline at end of file