【发布时间】:2014-08-08 03:13:01
【问题描述】:
我已经与 emacs 选项卡搏斗了很多,但一直无法弄清楚这一点。
在红宝石模式下:
SomeClass.create(
this_is: where_i_want_to_tab,
because: that_is_how_we_do_it
)
SomeClass.create(
this_is: where_emacs_wants_to_put_it,
but: my_pull_request_aint_gonna_be_merged_like_this
)
这可能是 ruby 模式设计者做出的代码风格决定,但是否可以配置它?
【问题讨论】:
-
以下是 ruby 模式选项卡上的两个相关线程:stackoverflow.com/questions/22925053/… 和 stackoverflow.com/questions/2111041/…
-
@lawlist 它们是相关的,但是是不同的问题。