mirror of https://github.com/hannobraun/Fornjot
Exclude Markdown from auto-formatting
This commit is contained in:
parent
dbfdc1a3b2
commit
e9d641ca50
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnPaste": true,
|
||||
"[markdown]": {
|
||||
"editor.formatOnSave": false,
|
||||
},
|
||||
"rust-analyzer.diagnostics.disabled": [
|
||||
"mismatched-arg-count"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue