I think this was a prob in b15 as well. Constructions like
function() { // tabbed automatically }
now come out like this:
function() { // left on same indent level }
A small annoyance but it adds up :)
Ben
On 09/08/2005, at 21.47, Benjamin Jackson wrote:
I think this was a prob in b15 as well. Constructions like [...]
Did you disable the Source bundle (bundle editor / filtering)?
The Source bundle sets the default increase/decrease indent patterns for the source scope, which is inherited by those languages which doesn't set specific patterns.