~ purey /.vimrc

"http://mbrix.dk/files/linux_files/dot.vimrc
set expandtab " insert spaces when hitting <tab>
set autoindent " always autoindent on
set smartindent " smartindent! :)

" shiftwidth: Number of spaces to use for each insertion of (auto)indent.
set softtabstop=2
set shiftwidth=2