mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
13 lines
350 B
JSON
13 lines
350 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"editor.tabSize": 4,
|
|
"editor.insertSpaces": false,
|
|
"files.insertFinalNewline": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"search.exclude": {
|
|
"**/node_modules": true,
|
|
"**/release": true,
|
|
"**/out": true
|
|
},
|
|
"typescript.tsdk": "./node_modules/typescript/lib"
|
|
}
|