我在编辑 Web 模板代码(即混合 php/html 代码或混合 ruby/html 代码)时在 Emacs 中遇到问题。Emacs 在不应该的时候会换行。当我在行的某处输入空格时会出现换行符,非常烦人...
如何禁用此行为?
下面是我正在使用的那种代码。如果我在其中一个逗号后输入一个空格,那么 Emacs 会换行,有时会换行。
<% if @item.id %>
<b>Congratulations!The item was saved!
<%= button_to 'Preview the ad',@item,:method=>:get,:class => "btn add" %>
<% end %>
谢谢!