Merge pull request #1104 from cewert/specify-xml-formatter
This commit is contained in:
commit
e8d36e0d51
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user