mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-09 09:31:25 +00:00
Merge pull request #66 from remcohaszing/remove-vscode-settings
Remove .vscode folder
This commit is contained in:
commit
6271f31cd3
1 changed files with 0 additions and 11 deletions
11
.vscode/settings.json
vendored
11
.vscode/settings.json
vendored
|
|
@ -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"
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue