Disabled whitespace trim in pixy files

This commit is contained in:
Eduard Urbach 2017-11-13 21:28:03 +01:00
parent 880cd5bd53
commit 732faa341a
2 changed files with 7 additions and 4 deletions

View File

@ -17,5 +17,8 @@
"search.exclude": {
"components/": true,
"**/*.svg": true
},
"[jade]": {
"files.trimTrailingWhitespace": false
}
}