Add gitcommit filetype to vim config

This commit is contained in:
Simon Bruder 2019-07-31 04:41:39 +00:00
parent 27ea0ac4ec
commit b72ee5d796
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -10,6 +10,7 @@ autocmd Filetype dart setlocal ts=2 sw=2 sts=2 expandtab
autocmd Filetype dockerfile setlocal ts=4 sw=4 sts=4 expandtab
autocmd Filetype dot setlocal ts=2 sw=2 sts=2 expandtab
autocmd Filetype elm setlocal ts=2 sw=2 sts=2 expandtab
autocmd Filetype gitcommit setlocal colorcolumn=72
autocmd Filetype go setlocal ts=4 sw=4 sts=4
autocmd Filetype haskell setlocal ts=4 sw=4 sts=4 expandtab
autocmd Filetype html setlocal ts=2 sw=2 sts=2 expandtab