monaco-editor/monaco-languages/.vscode/settings.json

15 lines
386 B
JSON
Raw Normal View History

2016-06-10 01:01:53 +08:00
// Place your settings in this file to overwrite default and user settings.
{
"search.exclude": {
"**/node_modules": true,
"**/release": true,
"**/out": true
2016-09-17 04:29:37 +08:00
},
2017-06-09 00:54:55 +08:00
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
2016-09-17 04:29:37 +08:00
"editor.tabSize": 4,
2016-12-21 21:53:21 +08:00
"editor.insertSpaces": false,
2018-06-09 17:22:35 +08:00
"editor.detectIndentation": false,
2016-12-21 21:53:21 +08:00
"typescript.tsdk": "./node_modules/typescript/lib"
2017-06-09 00:54:55 +08:00
}