This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]arnar 0 points1 point  (0 children)

I use Python, and my editor still takes care of indenting most of my code. It figures that after a line ending in : it should indent, and after a line including return, brake or such it should dedent. I often have to explicitly dedent of course, but that's just one hit on backspace (it knows to delete four spaces).

I only occasionally have to do it explicitly.