Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add spellchecking and text-wrap at 72 col
  • Loading branch information
kevinSuttle committed Apr 22, 2015
1 parent 2bfcf45 commit 6167078
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vimrc
Expand Up @@ -76,3 +76,7 @@ exec ':%s/ \+$//gc'
endfunction
map ,s :call StripWhitespace ()<CR>
" ---------------------------------------------------------------------------
" add spell checking and automatic wrapping at 72 columns to commit messages
" ---------------------------------------------------------------------------
autocmd Filetype gitcommit setlocal spell textwidth=72

0 comments on commit 6167078

Please sign in to comment.