aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/ftplugin/rst.vim
blob: 4403a97a31f408125b2ad691982ca37477cb9e9c (plain)
1
2
3
4
5
" Tab specific option
set tabstop=8                   "A tab is 8 spaces
set noexpandtab                   "Always uses spaces instead of tabs
set shiftwidth=2                "An indent is 4 spaces