Vim代码缩进设置


缩进设置最常用的是:

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

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

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

相关内容

    暂无相关文章