Fix vim setting suggestion

This commit is contained in:
Tobias Woelfel 2019-06-19 13:30:39 +02:00 committed by Philipp Wagner
parent d363a3d3b6
commit 826da1522f

View file

@ -15,5 +15,5 @@ For a detailed why and how please refer to one of the multiple [resources](https
If you use `vi` for your commit message, consider to put the following snippet inside your `~/.vimrc`:
```
autocmd Filetype gitcommit setlocal spell textwidth=72s
autocmd Filetype gitcommit setlocal spell textwidth=72
```