From b72ee5d7968162095db04b9936b7f17cc4e85223 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 31 Jul 2019 04:41:39 +0000 Subject: [PATCH] Add gitcommit filetype to vim config --- home/.vim/ftdetect/filetypes.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.vim/ftdetect/filetypes.vim b/home/.vim/ftdetect/filetypes.vim index 74d1266..915bf5c 100644 --- a/home/.vim/ftdetect/filetypes.vim +++ b/home/.vim/ftdetect/filetypes.vim @@ -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