We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f587e30 commit 1eff8c0Copy full SHA for 1eff8c0
vimrc
@@ -53,8 +53,9 @@ augroup vimrcEx
53
" Automatically wrap at 80 characters for Markdown
54
autocmd BufRead,BufNewFile *.md setlocal textwidth=80
55
56
- " Automatically wrap at 72 characters for git commit messages
+ " Automatically wrap at 72 characters and spell check git commit messages
57
autocmd FileType gitcommit setlocal textwidth=72
58
+ autocmd FileType gitcommit setlocal spell
59
60
" Allow stylesheets to autocomplete hyphenated words
61
autocmd FileType css,scss,sass setlocal iskeyword+=-
0 commit comments