When performing a branch merge or code checkin within VS 2017, Microsoft provides an IDE-integrated merge tool with a standard three-pane view for comparing the source and target files and resolving conflicts.
My issue is that due to the autoformatting or text editor configurations of other developers, spaces and tabs in the code will have been modified. Consequently entire codeblocks that are identical will be highlighted as conflicts.
Worse, there could be relevant changes hiding in there somewhere, but I cant easily see them because every line of code in the block has been highlighted due to trivial whitespace changes.
How can I tell Visual Studio 2017 to ignore whitespace and highlight code changes only?