使用rspec textmate bundle更正缩进

使用rspec textmate bundle更正缩进,rspec,textmate,textmatebundles,Rspec,Textmate,Textmatebundles,当我点击cmd-shift-t时,我看到rspec的go to symbol视图,我看到如下内容: Project context "with collaborators" "should have mailing list" 请注意,应该有邮件列表在上下文下没有正确缩进。我想看到的是: Project context "with collaborators" "should have mailing list" 我在bundler编辑器中使用了rspectextmate语法

当我点击cmd-shift-t时,我看到rspec的go to symbol视图,我看到如下内容:

Project
  context "with collaborators"
"should have mailing list"
请注意,应该有邮件列表在上下文下没有正确缩进。我想看到的是:

Project
  context "with collaborators"
    "should have mailing list"
我在bundler编辑器中使用了rspectextmate语法,但不知道如何更改嵌套行为