10 lines
220 B
JSON
10 lines
220 B
JSON
|
{
|
||
|
"editor.formatOnSave": true,
|
||
|
"editor.formatOnPaste": true,
|
||
|
"[markdown]": {
|
||
|
"editor.wordWrap": "on",
|
||
|
"editor.renderWhitespace": "all",
|
||
|
"editor.acceptSuggestionOnEnter": "off"
|
||
|
}
|
||
|
}
|