Vim代码缩进设置

来源:岁月联盟 编辑:exp 时间:2011-10-17

缩进设置最常用的是:

:filetype indent on
它将开启针对文件具体类型的缩进。

下面的选项需要在命令模式下用set设置的选项的含义。使用方法如:

set ci       # 开启cindent
set noet     # 关闭expandtab
set sw=4     # shiftwidth=4