vscode: wrap commit messages at column 72 by default
commitf2a3b6839477fe623edb0d2113a58acac8821596
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 30 Jul 2018 15:42:54 +0000 (30 08:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Jul 2018 20:14:39 +0000 (30 13:14 -0700)
tree1c32a855fa62f42672eb70c7ba219860c951179f
parent0f47f78e02d16e6edd0448285815ccc1744294e8
vscode: wrap commit messages at column 72 by default

When configuring VS Code as core.editor (via `code --wait`), we really
want to adhere to the Git conventions of wrapping commit messages.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/vscode/init.sh