summary refs log tree commit diff
path: root/vim/indent/gitconfig.vim
blob: 17919c16cf34bdb4fc3d0ccc5e81458ff1b2da11 (plain) (blame)
1
2
3
4
au FileType gitconfig set noexpandtab
au FileType gitconfig set shiftwidth=2
au FileType gitconfig set softtabstop=2
au FileType gitconfig set tabstop=2