10 lines
303 B
JSON
10 lines
303 B
JSON
|
{
|
||
|
"workbench.colorTheme": "Monokai",
|
||
|
"editor.tabSize": 8,
|
||
|
"editor.insertSpaces": false,
|
||
|
"diffEditor.ignoreTrimWhitespace": false,
|
||
|
"editor.renderWhitespace": "boundary",
|
||
|
"diffEditor.hideUnchangedRegions.enabled": true,
|
||
|
"workbench.startupEditor": "none",
|
||
|
"explorer.confirmDragAndDrop": false
|
||
|
}
|