Tweak ruby config

This commit is contained in:
2016-01-30 12:04:19 +00:00
parent b4132e5019
commit 88e2303329

View File

@@ -54,9 +54,11 @@
(subword-mode +1)
(highlight-indentation-mode)
(highlight-indentation-current-column-mode)
(setq ruby-use-smie nil)
(setq ruby-deep-arglist nil)
(setq ruby-deep-indent-paren nil)
(setq ruby-use-smie t)
(setq ruby-align-chained-calls t)
(setq ruby-insert-encoding-magic-comment t)
(setq c-tab-always-indent nil)
(setq ruby-use-encoding-map nil)
(let ((map ruby-mode-map))