diff options
| author | 2015-06-29 15:45:10 +0200 | |
|---|---|---|
| committer | 2015-06-29 15:45:10 +0200 | |
| commit | a0519f51c97d417bc09c7ff4d425fdce1b66581c (patch) | |
| tree | 5203f915c81951ae453a34121c4fd1279da22dea | |
| parent | cab9a4bcf39d4741d7837b65367f4fa0b97992ce (diff) | |
| download | dotfiles-a0519f51c97d417bc09c7ff4d425fdce1b66581c.tar.gz dotfiles-a0519f51c97d417bc09c7ff4d425fdce1b66581c.zip | |
Don't align chained calls in Ruby
RuboCop complains about it and now that I see it it does look pretty
good.
| -rw-r--r-- | emacs/.emacs.d/init.org | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index a7c2248..5208aff 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -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 |
