Remember settings between sessions
When I select Ignore blank lines and/or whitespace, the program does not remember this so I have to set it all over again the next time. This is tiresome and a time waster because the initial diff is useless without the right settings.
Solved :)
-
Miryam commented
Hi,
The comparison method is an option of the external merge tool.
You can configure it with the --ignore option, which accepts the following values: none, eol, whitespaces, eol&whitespacesExample:
semanticmergetool.exe -s=src.cs -b=base.cs -d=dst.cs -r=result.cs -emt="mergetool.exe -s="#sourcefile" -b="#basefile" -d="#destinationfile" -r="#output" --ignore=eol&whitespaces" -edt="mergetool.exe -s="#sourcefile" -d="#destinationfile" --ignore=eol&whitespaces"