On Thursday, April 12, 2012 12:15:56 AM UTC-7, a_olme wrote: > To try to confirm with my teams indenting rules for ruby code I would need to > change the indenting of my rspec files so that the do that follows the it > doesn't cause an extra indentation.
I don't know much about indentation in Vim, but I use it with RSpec and Ruby. How are your team's indenting rules different? Is this what you would like? describe "some behavior" do it "should work do #... end end -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
