15 lines
321 B
JSON
15 lines
321 B
JSON
{
|
|
"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"
|
|
}
|