Exclude Markdown from auto-formatting

This commit is contained in:
Hanno Braun 2023-06-12 09:55:14 +02:00
parent dbfdc1a3b2
commit e9d641ca50
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
{
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"[markdown]": {
"editor.formatOnSave": false,
},
"rust-analyzer.diagnostics.disabled": [
"mismatched-arg-count"
],