mmanela / diffplex

DiffPlex is Netstandard 1.0+ C# library to generate textual diffs.
Apache License 2.0
990 stars 183 forks source link

Add option to ignore trailing commas #103

Open Drake53 opened 1 year ago

Drake53 commented 1 year ago

In addition to ignoring whitespace and differing case, I propose a third option to also ignore trailing commas. This would mainly be useful for diffing JSON files.

mmanela commented 1 year ago

That is reasonable. It would be good to add a generic way to do this for anything the user wants