FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Converted files to unix format · optionalg/vim-ruby@0a48363 · GitHub

Commit 0a48363

Browse files
committed
Converted files to unix format
1 parent 11eb8c0 commit 0a48363

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

‎compiler/ruby.vim‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ setlocal errorformat=
6666
let &cpo = s:cpo_save
6767
unlet s:cpo_save
6868

69-
" vim: ft=vim
69+
" vim: ft=vim ff=unix

‎ftplugin/ruby.vim‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ let b:did_ftplugin = 1
2020

2121
" There are no known setting particularly appropriate for Ruby. Please
2222
" contact the maintainer if you think of some.
23+
24+
" vim: ff=unix

‎indent/ruby.vim‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,4 +375,4 @@ function GetRubyIndent()
375375
return ind
376376
endfunction " GetRubyIndent()
377377

378-
" vim:sw=2
378+
" vim:sw=2 ff=unix

‎syntax/ruby.vim‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,4 +289,4 @@ endif
289289

290290
let b:current_syntax = "ruby"
291291

292-
" vim: nowrap tabstop=8
292+
" vim: nowrap tabstop=8 ff=unix

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL