Merge pull request #66 from remcohaszing/remove-vscode-settings

Remove .vscode folder
This commit is contained in:
Remco Haszing 2021-08-05 18:44:03 +02:00 committed by GitHub
commit 6271f31cd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"
}