修改home目录下面的.vimrc文件, 增加下面的几行:
1 set expandtab # 使用space代替tab. 2 set tabstop=4 # 四个空格。 3 set shiftwidth=4 # 自动缩进的宽度。