add settings for vscode

This commit is contained in:
Cat Flynn 2022-12-07 00:10:27 +00:00 committed by Gitea
parent 2344594267
commit 3bebca8b2d
1 changed files with 4 additions and 0 deletions

4
half-earth/.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,4 @@
{
"editor.formatOnSave": true,
"editor.formatOnType": true
}