aboutsummaryrefslogtreecommitdiff
path: root/jellyfin.code-workspace
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:45:51 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:45:51 +0100
commit742bef5b5f916861920bf7522bc44960a8b4c686 (patch)
tree620826595b5c05ba56c8d30922d79dca9dbcda9c /jellyfin.code-workspace
parentaacafee1de5003f0f9e7f01c5cc98fd111daafc5 (diff)
EditorConfig reformat: Non-CS files.
Diffstat (limited to 'jellyfin.code-workspace')
-rw-r--r--jellyfin.code-workspace17
1 files changed, 17 insertions, 0 deletions
diff --git a/jellyfin.code-workspace b/jellyfin.code-workspace
new file mode 100644
index 000000000..7882b3821
--- /dev/null
+++ b/jellyfin.code-workspace
@@ -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"
+ }
+}