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 Document2) Using short cuts: Ctrl + K then Ctrl + D3) In a macro: DTE.ExecuteCommand(''Edit.FormatDocument'')