mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-16 18:24:48 -04:00
17 lines
414 B
Text
17 lines
414 B
Text
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"files.eol": "\n",
|
|
"editor.renderWhitespace": "boundary",
|
|
"files.exclude": {
|
|
"**/bin": true,
|
|
"**/jellyfin-web": true,
|
|
"**/obj": true
|
|
},
|
|
"formatFiles.excludePattern": "**/node_modules,**/.vscode,**/dist/**,**/.chrome,ThirdParty,unRaid,debian"
|
|
}
|
|
}
|