Merge pull request #1 from SimonBrandner/feature/better-vscode-conf

Add a few things to VS Code settings
This commit is contained in:
Robert Long 2021-08-10 14:39:21 -07:00 committed by GitHub
commit e5647fcf4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,5 @@
{
"editor.formatOnSave": true
"editor.formatOnSave": true,
"editor.insertSpaces": true,
"editor.tabSize": 2
}