How can I trim trailing whitespace in Visual Studio 2012 on save?
There are at least two extensions that can do this. One is CodeMaid which explicitly will trim trailing blanks on save, and the other is Productivity Power Tools which can run the Format Document automatically on save. To add an extension from within Visual Studio 2012, select menu Tools → Extensions and Updates…. In the … Read more