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:
parent
cab9a4bcf3
commit
a0519f51c9
1 changed files with 0 additions and 8 deletions
|
@ -1042,14 +1042,6 @@
|
||||||
(add-hook 'ruby-mode-hook #'flycheck-mode)
|
(add-hook 'ruby-mode-hook #'flycheck-mode)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
- Align chained method calls
|
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(defvar ruby-align-chained-calls)
|
|
||||||
|
|
||||||
(setq ruby-align-chained-calls t)
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
** PHP
|
** PHP
|
||||||
|
|
||||||
*** Show tabs and spaces in indent
|
*** Show tabs and spaces in indent
|
||||||
|
|
Loading…
Reference in a new issue