mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 08:10:11 +01:00
9 lines
209 B
JSON
9 lines
209 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
|
|
}
|
|
}
|