"Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > diff --git a/contrib/vscode/init.sh b/contrib/vscode/init.sh > new file mode 100755 > index 000000000..3cc93243f > --- /dev/null > +++ b/contrib/vscode/init.sh > @@ -0,0 +1,165 @@ > +#!/bin/sh This is caued by our usual "git apply --whitespace=warn" as it contains lines indented by spaces not tabs (perhaps the json literals?) Can we have contrib/vscode/.gitattributes to tweak the whitespace breakage checking rules so that this file is excempt? I'll just shut my eyes while applying this series for today, though ;-)