vim tab改为4个空格

cat >> /etc/vimrc << EOF
set ts=4
set expandtab
set autoindent
EOF