Merge pull request #1104 from cewert/specify-xml-formatter

This commit is contained in:
Charles Ewert 2023-04-19 20:31:42 -04:00 committed by GitHub
commit e8d36e0d51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}