.vimrc with vagrant tabstop settings
@ -0,0 +1,5 @@
" tabstop settings
set tabstop=2
set softtabstop=2
set shiftwidth=2
set expandtab