How to get TFS Compare to ignore whitespace?  
Author Message
Ensoft





PostPosted: Visual Studio Performance Tools (Profiler), How to get TFS Compare to ignore whitespace? Top

The TFS Compare and Merge utilities seem to be exactly the same as VSS's but I see no way to change the font or (more importantly) have it ignore whitespace differences in the files.

Am I missing an Options dialog somewhere

Thanks in advance



Visual Studio Team System6  
 
 
Naren Datha - MSFT





PostPosted: Visual Studio Performance Tools (Profiler), How to get TFS Compare to ignore whitespace? Top

This may help: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=99624&SiteID=1

<<Unfortunately we don't have a handy way to do that on the dialog. You can use Tools -> Options -> Source Control -> Visual Studio Team Foundation Server -> Configure User Tools... to set up your diff tool and supply command line arguments. The default diff tool is diffmerge.exe and the command line argument is /ignorespace. You can run diffmerge / to see other options.>>