Search code examples
whitespacevisual-studio-2012

How can I trim trailing whitespace in Visual Studio 2012 on save?


Now that macros are gone from Visual Studio 2012, what is the best way to automatically trim trailing whitespace whenever a file is saved?

I'm aware that Format Document (Ctrl + K, Ctrl + D) will do this, but it presumably changes the file in other ways, and it's not automatic either.

The motivation is given here:

Trailing whitespace is evil. Don't commit evil into your repo


Solution

  • 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 ToolsExtensions and Updates.... In the window, select Online on the left and enter your search string for CodeMaid or Productivity Power Tools in the box on the upper right.