Author: Kyle Fuller <inbox@kylefuller.co.uk> 2014-02-19 14:56:04 +0000 +0000
Committer: Kyle Fuller <inbox@kylefuller.co.uk> 2014-02-19 14:56:04 +0000 +0000
Commit: 1cb560b7edfdd63a4da0425712fb0bdaa9fa4745
Parent: 2a04c2f203f77c3a6596398d5bacb0edddbb7d52
vim/git: Enable spell check and text width to 72 characters
diff --git a/.vimrc b/.vimrc
index 563281a050f196bf2975ccdf05e7a5f03a247bd3..c6a16705e9ad7eed7707dd2a1dc0c2d661014075 100644
--- a/.vimrc
+++ b/.vimrc
@@ -64,6 +64,7 @@ set tabstop=4 " Use 4 spaces to a tab
set shiftwidth=4 " As above
set expandtab " Expand tabs into spaces
autocmd FileType cpp set noexpandtab
+autocmd FileType gitcommit setlocal spell textwidth=72
set showbreak=↪
" Podspecs ------ {{{