While coding in Matlab, I had the option of smart indenting my code using the shortcut Ctrl+i. Is there a similar option for Python using Notepad++?
Specifically, I am looking for a solution to the following problem:
I want the block
line 1
line 2
line 3
to be converted to
line 1
line 2
line 3
On a side-note, I found this to be surprisingly easy with SE editor (keyboard shortcut: Ctrl+k). I want this feature to be available for other languages as well (in my experience good indentation hasn't killed anyone, regardless of the language).

tabs. Ideally I am looking for a solution that will add 4 spaces. But this works great!