diff options
author | Dmitry Gutov <dgutov@yandex.ru> | 2013-12-22 04:31:21 +0200 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2013-12-22 04:31:21 +0200 |
commit | 65a1da00fe2fd74416678d47616ca3e5a68087d5 (patch) | |
tree | 61de495b18854efc6dedb63fd48a1bf7f582b4f3 /test/indent/ruby.rb | |
parent | 2ab18afbea51a7e773a1cb99755c6ebb5a395bfc (diff) | |
download | emacs-65a1da00fe2fd74416678d47616ca3e5a68087d5.tar.gz |
* lisp/progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
docstring.
(ruby-smie-rules): Indent plus one level after `=>'.
Diffstat (limited to 'test/indent/ruby.rb')
-rw-r--r-- | test/indent/ruby.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb index 7a1a225834d..011b59a195f 100644 --- a/test/indent/ruby.rb +++ b/test/indent/ruby.rb @@ -344,3 +344,9 @@ zoo.keep.bar!( zoo .lose( q, p) + +foo(bar: + tee) + +foo(:bar => + tee) |