aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/after/ftplugin/rst.vim
blob: 4ea3bbfc5c82b057e0fc87a4af4ab1fd2c4a2624 (plain)
1
2
3
4
5
6
7
" 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
set softtabstop=8               "Insert 4 spaces when tab is pressed
set shiftround                  "Round indent to nearest shiftwidth multiple