mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-26 13:21:53 +00:00
11 lines
312 B
JSON
11 lines
312 B
JSON
// 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"
|
|
}
|