VIM: Change the tab size

Description

Set the tab size to 4 spaces


Step 1

$ vim ~/.vimrc

set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab



Comments