EditorConfig reformat: Non-CS files.

This commit is contained in:
Erwin de Haan
2019-01-13 20:45:51 +01:00
parent aacafee1de
commit 742bef5b5f
113 changed files with 7556 additions and 7510 deletions

17
jellyfin.code-workspace Normal file
View 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"
}
}