vim 配置

// 设置行号
set nu

// 自动缩进
set autoindent

// c语法缩进
set cindent

// tab宽度
set tabstop=4

// 软tab宽度,自动缩进时添加的tab
set softtabstop=4