Add config for vscode IDE
This commit is contained in:
parent
cd6f85fca7
commit
3c0238d871
|
@ -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"
|
||||||
|
}
|
Loading…
Reference in New Issue