Add config for vscode IDE

This commit is contained in:
David Evans 2020-01-19 11:51:42 +00:00
parent cd6f85fca7
commit 3c0238d871
1 changed files with 14 additions and 0 deletions

14
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,14 @@
{
"editor.tabSize": 2,
"files.exclude": {
"*.xcworkspace": true,
"**/node_modules": true,
"**/package-lock.json": true,
"lib": true,
"web/lib": true,
"ephemeral": true,
"concept": true
},
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single"
}