Closed raenur closed 11 years ago
I noticed that the indentation of repeat…end blocks was not behaving sensibly because it doesn't seem to work with various idioms - i.e.
repeat x until y
was adding two indents when it shouldn't really add any at all. I think it is better to leave the indent up to the programmer in this case.
The change was for my personal preference but you may consider it better as well.
Thanks,
Nathan
I noticed that the indentation of repeat…end blocks was not behaving sensibly because it doesn't seem to work with various idioms - i.e.
was adding two indents when it shouldn't really add any at all. I think it is better to leave the indent up to the programmer in this case.
The change was for my personal preference but you may consider it better as well.
Thanks,
Nathan