mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-12-13 00:46:52 +00:00
14 lines
354 B
JSON
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"
|
|
} |