vim 之自动缩进(smartindent) tab 空格数设置为4
1. 打开设置文件:
set smartindentset tabstop=4set shiftwidth=4set expandtabset softtabstop=4
发布时间: 2013-02-05 10:40:57 作者: rapoo
vim 之自动缩进(smartindent) tab 空格数设置为4
1. 打开设置文件:
set smartindentset tabstop=4set shiftwidth=4set expandtabset softtabstop=4