ruby-changes:50629
From: k0kubun <ko1@a...>
Date: Sat, 17 Mar 2018 11:37:56 +0900 (JST)
Subject: [ruby-changes:50629] k0kubun:r62789 (trunk): misc/ruby-style.el: use spaces for indentation
k0kubun 2018-03-17 11:37:51 +0900 (Sat, 17 Mar 2018) New Revision: 62789 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62789 Log: misc/ruby-style.el: use spaces for indentation instead of hard tabs. [Bug #14246] Modified files: trunk/misc/ruby-style.el Index: misc/ruby-style.el =================================================================== --- misc/ruby-style.el (revision 62788) +++ misc/ruby-style.el (revision 62789) @@ -55,7 +55,7 @@ https://github.com/ruby/ruby/blob/trunk/misc/ruby-style.el#L55 '("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 . *) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/