set autoindent,把当前行的对起格式应用到下一行;
set smartindent,智能的选择对起方式;
set tabstop=4,设置tab键为4个空格;
set shiftwidth=4,将换行自动缩进设置成4个空格;