Use recommended extensions as default formatters

This commit is contained in:
Charles Ewert 2023-03-19 13:24:35 -04:00
parent 29327061c0
commit f87736f2a8

View File

@ -2,6 +2,12 @@
"files.associations": {
"*.ts": "xml"
},
"[xml]": {
"editor.defaultFormatter": "redhat.vscode-xml"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"xml.format.maxLineWidth": 0,
"editor.formatOnSave": true
}