May be not everyone knows the possibility in VS to autoformat a code file:
- Edit/Advanced/Format Document (Ctrl E, D)
I like this option very much and normally I format the document before saving changes.
I often even don't indent anymore new code lines and call the auto formatting instead.
Of course the first time the source control signals many changes.
Arne