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

7 lines
171 B
JSON
Raw Normal View History

2016-06-16 15:55:30 +08:00
// Place your settings in this file to overwrite default and user settings.
{
"files.trimTrailingWhitespace": true,
"editor.tabSize": 4,
"editor.insertSpaces": false
2020-09-02 23:35:10 +08:00
}