Fold diffs in the vendor subdirectory by default
In Golang, but other languages as well, the vendor
directory is used for files which are not edited by hand. Or at least one shouldn't. Now GitLab doesn't fold these diffs by default, making it both slower and for the reviewer mostly disregards the changes.
We should fold this directory by default.