mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
rubocop on ruby
This commit is contained in:
parent
791ae7f104
commit
8607de46eb
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
|
@ -74,7 +74,7 @@ autocmd FileType ruby set softtabstop=2 shiftwidth=2
|
|||
autocmd FileType eruby set softtabstop=2 shiftwidth=2
|
||||
autocmd FileType coffee set softtabstop=4 shiftwidth=4
|
||||
au BufRead,BufNewFile Guardfile setfiletype ruby
|
||||
"let g:syntastic_ruby_checkers = ['mri', 'rubocop']
|
||||
let g:syntastic_ruby_checkers = ['mri', 'rubocop']
|
||||
|
||||
"notify line over length
|
||||
function HighlightOverLength(len)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue