Improved VSC settings

This commit is contained in:
Eduard Urbach 2018-03-12 15:34:56 +01:00
parent 706f3e6131
commit 061c6cf551

View File

@ -17,7 +17,11 @@
"search.exclude": {
"components/": true,
"**/*.svg": true,
"**/*.html": true
"**/*.html": true,
"**/*.opus": true,
"**/*.ogg": true,
"**/*.m4a": true,
"**/*.webm": true,
},
"[jade]": {
"files.trimTrailingWhitespace": false