Remove .vscode folder

Contributors should be able to use their own preferences.
This commit is contained in:
Remco Haszing 2021-08-05 18:37:23 +02:00
parent c1310d88ff
commit e95737f7a2
No known key found for this signature in database
GPG key ID: 40D9F5FE9155FD3C

11
.vscode/settings.json vendored
View file

@ -1,11 +0,0 @@
// Place your settings in this file to overwrite default and user settings.
{
"files.trimTrailingWhitespace": true,
"search.exclude": {
"**/node_modules": true,
"**/lib": true,
"**/out": true
},
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single"
}