Move settings.json up to root

This commit is contained in:
Alex Dima 2021-11-08 16:49:10 +01:00
parent 1a21834a97
commit 953db09db8
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
8 changed files with 4 additions and 63 deletions

13
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,13 @@
// Place your settings in this file to overwrite default and user settings.
{
"editor.tabSize": 4,
"editor.insertSpaces": false,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"search.exclude": {
"**/node_modules": true,
"**/release": true,
"**/out": true
},
"typescript.tsdk": "./node_modules/typescript/lib"
}