mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-26 21:31:45 +00:00
9 lines
No EOL
208 B
JSON
9 lines
No EOL
208 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
|
|
}
|
|
} |