mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
3f8711a092
commit
b83ae7476e
1 changed files with 1 additions and 1 deletions
|
@ -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 . *)
|
||||
|
|
Loading…
Reference in a new issue