Is there an option in TFS to compare while not returning whitespace differences? ie. linebreaks, tabs set differently.
SourceSafe had this option, but I cannot find it in TFS.
|
Is there an option in TFS to compare while not returning whitespace differences? ie. linebreaks, tabs set differently. SourceSafe had this option, but I cannot find it in TFS. |
|||
|
|
|
Yes. Tools -> Options -> Source Control -> Visual Studio Team Foundation Server -> Configure Users Tools.. -> Add "%5 /ignorespace" to the arguments as per this post: Whitespace in Team System Compare Results [You can run A somewhat better option (IMO) is to replace the out-of-the-box diff tool with the free SourceGear DiffMerge tool, or with BeyondCompare. If you opt to use the SourceGear's tool, then the command line options (as of 8/17/2011) for Studio 2010 is:
For the merge, remove the -ro2 (readonly) option |
||||
|