From b83ae7476ef12014c26f0666f46e72d1837ffce0 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sat, 17 Mar 2018 02:37:51 +0000 Subject: [PATCH] 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 --- misc/ruby-style.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/ruby-style.el b/misc/ruby-style.el index b8593b202a..fa35897931 100644 --- a/misc/ruby-style.el +++ b/misc/ruby-style.el @@ -55,7 +55,7 @@ '("bsd" (c-basic-offset . 4) (tab-width . 8) - (indent-tabs-mode . t) + (indent-tabs-mode . nil) (setq show-trailing-whitespace t) (c-offsets-alist (case-label . *)