mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* misc/ruby-mode.el (ruby-mode-variables), misc/ruby-style.el:
show trailing whitespace. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30485 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a262f71f37
commit
29ed2f308c
3 changed files with 6 additions and 1 deletions
|
@ -54,6 +54,7 @@
|
|||
(c-basic-offset . 4)
|
||||
(tab-width . 8)
|
||||
(indent-tabs-mode . t)
|
||||
(setq show-trailing-whitespace t)
|
||||
(c-offsets-alist
|
||||
(case-label . *)
|
||||
(label . (ruby-style-label-indent *))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue