mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2025-02-21 07:20:48 +00:00
21 lines
543 B
JSON
21 lines
543 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.output.hyperlinkFormat": "FilenameAndFunction",
|
|
"brightscript.bsdk": "node_modules/brighterscript",
|
|
"search.exclude": {
|
|
"**/.git": true,
|
|
"**/node_modules": true,
|
|
"docs/api/**": true
|
|
},
|
|
"brightscriptcomment.addExtraAtStartAndEnd": false
|
|
} |