awesomerc/.vscode/settings.json

10 lines
220 B
JSON
Raw Normal View History

2021-10-06 00:24:05 +02:00
{
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"[markdown]": {
"editor.wordWrap": "on",
"editor.renderWhitespace": "all",
"editor.acceptSuggestionOnEnter": "off"
}
}