[vim] Set line length to 80 for git commit messages
This commit is contained in:
parent
b6e13eedcd
commit
c8d51ced13
1 changed files with 4 additions and 0 deletions
4
vim/after/ftplugin/gitcommit.vim
Normal file
4
vim/after/ftplugin/gitcommit.vim
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
" gitcommit.vim
|
||||||
|
" Eryn Wells <eryn@erynwells.me>
|
||||||
|
|
||||||
|
setlocal tw=80
|
Loading…
Add table
Add a link
Reference in a new issue