aboutsummaryrefslogtreecommitdiffstats
path: root/ftplugin/gitcommit.vim
blob: c12287a761d1d56b297db15a586a6eb428ad324b (plain)
1
2
3
4
5
6
7
8
9
10
" Git commit message settings

" Indentation
setlocal expandtab
setlocal tabstop=2
setlocal softtabstop=2
setlocal shiftwidth=2


setlocal textwidth=72