vim/after/ftplugin/gitconfig.vim

6 lines
98 B
VimL

" Setup tabs
setlocal noexpandtab
setlocal tabstop=8
setlocal shiftwidth=8
setlocal softtabstop=8