mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
ruby-style.el: Minimize backslash columns [ci skip]
Basically we don't align line continuation backslashes.
This commit is contained in:
parent
fc11579c49
commit
5a18956430
1 changed files with 4 additions and 2 deletions
|
@ -56,7 +56,9 @@
|
|||
(c-basic-offset . 4)
|
||||
(tab-width . 8)
|
||||
(indent-tabs-mode . nil)
|
||||
(setq show-trailing-whitespace t)
|
||||
(show-trailing-whitespace . t)
|
||||
(c-backslash-column . 1)
|
||||
(c-backslash-max-column . 1)
|
||||
(c-offsets-alist
|
||||
(case-label . *)
|
||||
(label . (ruby-style-label-indent *))
|
||||
|
@ -72,7 +74,7 @@
|
|||
(c-basic-offset . 4)
|
||||
(tab-width . 8)
|
||||
(indent-tabs-mode . nil)
|
||||
(setq show-trailing-whitespace t)
|
||||
(show-trailing-whitespace . t)
|
||||
(c-offsets-alist
|
||||
(case-label . +)
|
||||
)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue