.vimrc with vagrant tabstop settings

Signed-off-by: BlackEagle <ike.devolder@gmail.com>
This commit is contained in:
BlackEagle 2013-10-22 08:24:58 +02:00
parent 673a06b54d
commit 144c0e6d55
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