mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-26 21:31:45 +00:00
11 lines
No EOL
307 B
JSON
11 lines
No EOL
307 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"files.trimTrailingWhitespace": true,
|
|
"search.exclude": {
|
|
"**/node_modules": true,
|
|
"**/release": true,
|
|
"**/out": true
|
|
},
|
|
"javascript.preferences.quoteStyle": "single",
|
|
"typescript.preferences.quoteStyle": "single"
|
|
} |