" .vimrc - enforce spaces instead of tabs, indentation width of two spaces
set expandtab
set tabstop=2
set shiftwidth=2
set softtabstop=2