blob: 4d246e8922ffabdf5b1e3a60a92997fbca29eb57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
scriptencoding utf-8
if exists('b:did_ftplugin_ruby_after')
finish
endif
FtpluginSetLocal expandtab
FtpluginSetLocal shiftwidth=2
FtpluginSetLocal softtabstop=2
let g:ruby_operators = v:true
let g:ruby_space_errors = v:true
let b:did_ftplugin_ruby_after = 1
|