Set tab size for workspace

This commit is contained in:
Val 2022-12-19 15:37:44 -06:00
parent a9051bf671
commit 564e87f028

View File

@ -1,3 +1,4 @@
{
"makefile.extensionOutputFolder": "./.vscode"
"makefile.extensionOutputFolder": "./.vscode",
"editor.tabSize": 4
}