Hay ho everybody :-)

I've gotten very tired of making some of my lines of code nicely indented using TAB and then having ctrl+E and D removing them all :-/

For instance.

Code:
 
    Button btnCalculate = new Button();
        EventHandler hndCalculateFinalGradeHandler;
Becomes...

Code:
 
    Button btnCalculate = new Button();
    EventHandler hndCalculateFinalGradeHandler;
B4 anyone says to just stop using ctrl+E and Dm I find it very usefull for getting a general layout when i'm in a lazy mood heheh