Ruby language assist marks the IDE's auto-indentation as error

…which is pretty annoying. Auto-indentation is a great feature, but the Ruby language assist insists indentation should only be two spaces instead of four, so we are left with the choice between having our code full of squiggly blue lines or changing every indent by hand.

Add to that the “final newline” the Ruby language assist wants to have, and starting a puzzle in Ruby has the IDE showing you errors in the provided auto-generated code already. Surely that can’t be the intention?

Or is there a way to change how auto-indentation works that I am not aware of?

Thank you for reporting this. We’ll look into it.

1 Like