mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 15:48:03 +00:00
EditorConfig reformat: Non-CS files.
This commit is contained in:
17
jellyfin.code-workspace
Normal file
17
jellyfin.code-workspace
Normal file
@@ -0,0 +1,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,RSSDP,Mono.Nat,unRaid,debian"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user