Appearance
修改配置文件 vim ~/.vimrc ,使用制表符时改为缩进两个空格。如果是 Windows 操作系统,使用 vim ~/_vimrc 。
set expandtab set tabstop=2 set shiftwidth=2
命令模式保存关闭 :wq 。