1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

vim: gitcommit: add right gutter at column 72

Also set the tab indent to 4 chars instead of the default 8
This commit is contained in:
Joe Groocock 2020-04-02 11:41:18 +01:00
parent 7f79cca7bc
commit d1772bc178
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -309,3 +309,4 @@ map Q <nop>
autocmd FileType markdown setlocal ts=2 sts=2 sw=2 et
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 et
autocmd FileType gitcommit setlocal cc=72 et sw=4