mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 03:30:10 +01:00
6 lines
129 B
JSON
6 lines
129 B
JSON
{
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.insertFinalNewline": true,
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": true
|
|
}
|