最简单的用来写ruby的配置文件:
filetype indent on
filetype plugin on
au FileType ruby set expandtab
au FileType ruby set shiftwidth=2 softtabstop=2
filetype indent on
filetype plugin on
au FileType ruby set expandtab
au FileType ruby set shiftwidth=2 softtabstop=2
本文介绍了一个简单的Ruby配置文件设置,通过使用Vim编辑器的配置命令实现Ruby代码的规范缩进,包括设置制表符宽度为2个空格等。
2443

被折叠的 条评论
为什么被折叠?



