mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-07-14 19:42:28 -04:00
5 lines
82 B
VimL
5 lines
82 B
VimL
" tabstop settings
|
|
set tabstop=2
|
|
set softtabstop=2
|
|
set shiftwidth=2
|
|
set expandtab
|