misc/ruby-style.el: use spaces for indentation

instead of hard tabs.

[Bug #14246]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2018-03-17 02:37:51 +00:00
parent 3f8711a092
commit b83ae7476e

View File

@ -55,7 +55,7 @@
'("bsd" '("bsd"
(c-basic-offset . 4) (c-basic-offset . 4)
(tab-width . 8) (tab-width . 8)
(indent-tabs-mode . t) (indent-tabs-mode . nil)
(setq show-trailing-whitespace t) (setq show-trailing-whitespace t)
(c-offsets-alist (c-offsets-alist
(case-label . *) (case-label . *)