Obey rust-mode indent setting

This commit is contained in:
Steven Allen 2016-01-30 20:36:53 -05:00 committed by syl20bnr
parent 09af60594c
commit 820b5d2704

View file

@ -189,6 +189,7 @@ It runs `tabulated-list-revert-hook', then calls `tabulated-list-print'."
(perl-mode . perl-indent-level)
(puppet-mode . puppet-indent-level)
(ruby-mode . ruby-indent-level)
(rust-mode . rust-indent-offset)
(scala-mode . scala-indent:step)
(sgml-mode . sgml-basic-offset)
(sh-mode . sh-basic-offset)