13 lines
298 B
JSON
13 lines
298 B
JSON
{
|
|
"files.associations": {
|
|
"*.ts": "xml"
|
|
},
|
|
"[xml]": {
|
|
"editor.defaultFormatter": "redhat.vscode-xml"
|
|
},
|
|
"[markdown]": {
|
|
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
|
|
},
|
|
"xml.format.maxLineWidth": 0,
|
|
"editor.formatOnSave": true
|
|
} |