vim tab改为4个空格
cat >> /etc/vimrc << EOF
set ts=4
set expandtab
set autoindent
EOF
cat >> /etc/vimrc << EOF
set ts=4
set expandtab
set autoindent
EOF
Unless otherwise noted, the content of this site is licensed under CC BY-NC-SA 4.0.