Proxy Indentation Fix
The proxy and host type map provider code files generated by ProxyGen in VSTA v 2 are not indented. Here's an easy fix.
3 ways to fix indentation:
1) Through the menu: Edit -> Advanced -> Format Document
2) Using short cuts: Ctrl + K then Ctrl + D
3) In a macro: DTE.ExecuteCommand("Edit.FormatDocument")