Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ignore White Spaces in GitExtensions Pending Changes

In GitExtensions pending changes window in Visual Studio how do i get it to ignore white spaces. when i use the format document it often tabs in old code but those line haven't really changes. the problem is it looks like the whole class has changed and makes it easy to miss actual changes.

I have tried to configure kdiff and also tried setting the diff tool in gitextensions to use winmerge. none of them have an effect.

Mergetool C:/Program Files (x86)/WinMerge/winmergeu.exe

MergeTool Command "C:/Program Files (x86)/WinMerge/winmergeu.exe" -e -u -dl "Original" -dr "Modified" "$MERGED" "$REMOTE"

DiffTool C:/Program Files (x86)/WinMerge/winmergeu.exe

DiffTool command "C:/Program Files (x86)/WinMerge/winmergeu.exe" -e -u "$LOCAL" "$REMOTE"

like image 566
Ryan Burnham Avatar asked Oct 08 '22 08:10

Ryan Burnham


1 Answers

In the difference window you can choose 'ignore whitespaces' in the context menu. Hope this helps!

like image 199
Henk Avatar answered Oct 10 '22 22:10

Henk