blob: c5fc1a9162032d4459fbd9bc9e08d912c4e6bfc3 (
plain)
1
2
3
4
5
6
|
" Tab specific option
set tabstop=4 "A tab is 8 spaces
set expandtab "Always uses spaces instead of tabs
set softtabstop=4 "Insert 4 spaces when tab is pressed
set shiftwidth=4 "An indent is 4 spaces
set shiftround "Round indent to nearest shiftwidth multiple
|