On Oct 25, 2008, at 22:44, Berk Geveci wrote:
By the way, what is the process for requesting a new feature? I guess my problem could be solved with 2 new regular expressions:
decreaseIndentAfterPattern - decrease the indent in the line after this match increaseIndentHerePattern - increase the indent in the line that matches this pattern
or some option that changes the behavior of the existing regular expressions.
I'd also like to see this, as I think this would enable me to let this auto-indent:
class Foo def bar; end private def baz; end end