类似 vim emacs ruby​​ 缩进

发布于 2024-09-01 03:50:43 字数 372 浏览 2 评论 0原文

ruby-mode 来自 svn,看起来等于 1.1 版本,

这里是 emacs 的 hash 缩进,

User.all({
       :joins => :account,
       :conditions => {:delete_at => nil}
     })

这里的 hash 缩进与 vim 中的相同

User.all({
  :joins => :account,
  :conditions => {:delete_at => nil}
})

如何在 ruby​​-mode 中使 emacs 缩进像 vim 一样?

ruby-mode from svn, looks equal to 1.1 version

here is emacs indentation of hash

User.all({
       :joins => :account,
       :conditions => {:delete_at => nil}
     })

here is the same in vim

User.all({
  :joins => :account,
  :conditions => {:delete_at => nil}
})

How to make emacs indent like vim in ruby-mode?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ペ泪落弦音 2024-09-08 03:50:43

尝试 Mx 自定义模式;您将看到用于自定义 Ruby 缩进的选项。看起来您可能想将“Ruby Deep Indent Paren”更改为 nil。

Try M-x customize-mode; you'll see options for customizing Ruby indentation. Looks like you may want to change "Ruby Deep Indent Paren" to nil.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文