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