Re: indentation failure on java for loop

2015-05-11 Thread Sean Wolfe
On Friday, May 8, 2015 at 12:29:07 AM UTC-7, h_east wrote: > Hi Sean, > > 2015/5/8(Fri) 14:43:47 UTC+9 Sean Wolfe: > > I'm getting indentation problems in Java and Scala where a closing brace > > after an else clause doesn't indent backwards. Example is below.

indentation failure on java for loop

2015-05-07 Thread Sean Wolfe
I'm getting indentation problems in Java and Scala where a closing brace after an else clause doesn't indent backwards. Example is below. You can see the final closing brace has not been unindented properly. This continues even if I do =G to indent to the end of the file. If I fix it manually