Merge pull request #2417 from BlackIkeEagle/vagrant-vim-settings

.vimrc with vagrant tabstop settings
This commit is contained in:
Mitchell Hashimoto 2013-11-23 11:42:31 -08:00
commit 47c01454f9
1 changed files with 5 additions and 0 deletions

5
.vimrc Normal file
View File

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