Open up _vimrc (Windows) at VIM installation directory or .vimrc (Linux).
Add either the following lines:
set ts=4
or
set tabstop=4
After this is done, save the configuration file. Tab size is now set at 4 space.
Open up _vimrc (Windows) at VIM installation directory or .vimrc (Linux).
Add either the following lines:
set ts=4
or
set tabstop=4
After this is done, save the configuration file. Tab size is now set at 4 space.