Don't align chained calls in Ruby

RuboCop complains about it and now that I see it it does look pretty
good.
This commit is contained in:
Tom Willemse 2015-06-29 15:45:10 +02:00
parent cab9a4bcf3
commit a0519f51c9

View file

@ -1042,14 +1042,6 @@
(add-hook 'ruby-mode-hook #'flycheck-mode)
#+END_SRC
- Align chained method calls
#+BEGIN_SRC emacs-lisp
(defvar ruby-align-chained-calls)
(setq ruby-align-chained-calls t)
#+END_SRC
** PHP
*** Show tabs and spaces in indent