jellyfin-roku/.vscode/settings.json
2023-04-22 09:03:44 -04:00

14 lines
354 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,
"brightscript.bsdk": "node_modules/brighterscript"
}