Den torsdagen den 12:e april 2012 kl. 19:41:21 UTC+2 skrev Mark Wilden: > 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
describe "some behavior" do __it "should work do __#... __end end is what "I" like to have but i seem to get is 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
