aboutsummaryrefslogtreecommitdiff
path: root/jellyfin.code-workspace
blob: 844c69dbc9c021346faefe0425ad4e7165dc546c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "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"
    }
}