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:
2020-04-02 11:41:18 +01:00
parent 7f79cca7bc
commit d1772bc178
+1
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