Sublime Forum

Automatically change indentation for next line on hitting enter after return, break, continue etc

#1

say:

def sqr(n):
      return (n * n) <enter>
      <the cursor is still on the same indentation>
<I wanna move it 1 tab back here, as I hit enter>
0 Likes