From 7387c62946ed897e38214bcb5b4d3c63f40488e5 Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Wed, 29 Jan 2020 04:44:19 +0000 Subject: [PATCH] Add tab settings for vscode --- .config/Code/User/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 032af9e..a258cf2 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -1,5 +1,6 @@ { "terminal.integrated.fontFamily": "Inconsolata Nerd Font Mono", "editor.tabCompletion": "on", - "editor.tabSize": 2 + "editor.tabSize": 2, + "window.zoomLevel": -1 } \ No newline at end of file