Updating Some VSCode Config

This commit is contained in:
Annika Merris 2024-05-19 09:47:31 -04:00
parent f3c643652f
commit d87e641b4e

View file

@ -21,6 +21,9 @@
"workbench.colorTheme" = "Catppuccin Mocha";
"editor.tabSize" = 2;
"editor.insertSpaces" = true;
"git.autofetch" = true;
# "git.enableSmartCommit" = true;
"git.confirmSync" = false;
};
};
};