编辑配置文件:

vi ~/.vimrc

添加:

set ts=4
set softtabstop=4
set shiftwidth=4
set expandtab
set autoindent