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": { "search.exclude": {
"components/": true, "components/": true,
"**/*.svg": true, "**/*.svg": true,
"**/*.html": true "**/*.html": true,
"**/*.opus": true,
"**/*.ogg": true,
"**/*.m4a": true,
"**/*.webm": true,
}, },
"[jade]": { "[jade]": {
"files.trimTrailingWhitespace": false "files.trimTrailingWhitespace": false