Merge pull request #1 from SimonBrandner/feature/better-vscode-conf
Add a few things to VS Code settings
This commit is contained in:
commit
e5647fcf4b
1 changed files with 3 additions and 1 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -1,3 +1,5 @@
|
|||
{
|
||||
"editor.formatOnSave": true
|
||||
"editor.formatOnSave": true,
|
||||
"editor.insertSpaces": true,
|
||||
"editor.tabSize": 2
|
||||
}
|
Loading…
Add table
Reference in a new issue