VSCode: Don't trim tailing whitespace in markdown

In some version, VSCode was so crazy to trim trailing whitespac in
markdown as well. But there, it actually has a meaning.
This commit is contained in:
Jannik Beyerstedt 2023-01-05 10:35:54 +01:00
parent 13d9881d92
commit bee777ac81
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@
"editor.formatOnSave": false,
"editor.wordWrap": "on"
},
"[markdown]": {
"files.trimTrailingWhitespace": false
},
"python.linting.pylintPath": "/usr/local/bin/pylint",
"python.pythonPath": "/usr/local/bin/python3",
"window.zoomLevel": 0,