mirror of
https://github.com/hashicorp/vagrant.git
synced 2025-12-18 15:46:05 -05:00
.vimrc with vagrant tabstop settings
Signed-off-by: BlackEagle <ike.devolder@gmail.com>
This commit is contained in:
parent
673a06b54d
commit
144c0e6d55
1 changed files with 5 additions and 0 deletions
5
.vimrc
Normal file
5
.vimrc
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
" tabstop settings
|
||||
set tabstop=2
|
||||
set softtabstop=2
|
||||
set shiftwidth=2
|
||||
set expandtab
|
||||
Loading…
Reference in a new issue