编程规范

Vim设置

vim /etc/vim/vimrc
#文件最后添加如下内容
set ts=4
set expandtab
set autoindent
:wq

参考