diff options
Diffstat (limited to '')
-rw-r--r-- | indent/ruby.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/ruby.vim b/indent/ruby.vim index 0628a24b..8e72739e 100644 --- a/indent/ruby.vim +++ b/indent/ruby.vim @@ -28,7 +28,7 @@ endif if !exists('g:ruby_indent_block_style') " Possible values: "expression", "do" - let g:ruby_indent_block_style = 'expression' + let g:ruby_indent_block_style = 'do' endif setlocal nosmartindent |