Ignore White Space in Visual Studio built in compare tool

If you don’t really care about spaces vs tabs when comparing files in visual studio using the built in compare tool you can use the info found here to get VS to ignore white space.

Tools -> Options -> Source Control -> Visual Studio Team
Foundation Server -> Configure Users Tools.. -> Add ->

Add “%5 /ignorespace” at the end of the “arguments” textbox.

That’s it.

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s