9 lines
186 B
JSON
9 lines
186 B
JSON
{
|
|
"editor.detectIndentation": false,
|
|
"editor.tabSize": 2,
|
|
"editor.formatOnSave": true,
|
|
"diffEditor.codeLens": true,
|
|
"files.autoSave": "afterDelay",
|
|
"editor.wordWrap": "on"
|
|
}
|