4 lines
153 B
VimL
4 lines
153 B
VimL
" Eryn Wells <eryn@erynwells.me>
|
|
|
|
" The default text width for git commit messages is 72 characters, which is just too dang small.
|
|
setlocal textwidth=80
|