Setting Vim To Tab Space 2
Setting vim to tab space two spaces at a time#
Edit your vim config:
vim ~/.vimrc
Write these line:
:set expandtab
:set tabstop=2
:set shiftwidth=2
Edit your vim config:
vim ~/.vimrc
Write these line:
:set expandtab
:set tabstop=2
:set shiftwidth=2