mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-18 22:26:09 +00:00
Exclude Markdown from auto-formatting
This commit is contained in:
parent
dbfdc1a3b2
commit
e9d641ca50
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -1,6 +1,9 @@
|
|||||||
{
|
{
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.formatOnPaste": true,
|
"editor.formatOnPaste": true,
|
||||||
|
"[markdown]": {
|
||||||
|
"editor.formatOnSave": false,
|
||||||
|
},
|
||||||
"rust-analyzer.diagnostics.disabled": [
|
"rust-analyzer.diagnostics.disabled": [
|
||||||
"mismatched-arg-count"
|
"mismatched-arg-count"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user