I am interested in formatting all the files in a Visual Studio (ver. 2005) project all at once.
Currently, there is a way to format a single document by doing something like Edit->Advanced->Format Document. However, I don’t see a single command to format all the files of a project all at once.
Any idea how to do that?
Tim Abell wrote a macro to do this on his blog:
The original code is available at the blog post. Note that this is older than the version available on github above.