When creating a patch diff using Diff.Compare I did not find any option to ignore white space.
I think CompareOptions should contain an enum corresponding to the git diff settings:
--ignore-all-space
--ignore-space-change
--ignore-space-at-eol
Currently there is a WhitespaceMode in SimilarityOptions. However, this is intended for handling white space while detecting renames and copies.
I intend to submit a pull request for this.
Version of LibGit2Sharp
4de700f