diff --git a/.config/vim/vimrc b/.config/vim/vimrc index ab2fa91..1769d2d 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -309,3 +309,4 @@ map Q 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