bmwill / diffy

Tools for finding and manipulating differences between files
Apache License 2.0
75 stars 22 forks source link

Add option to suppress `No newline at end of file` warning. #8

Open xypnox opened 4 years ago

xypnox commented 4 years ago

Usually while comparing Strings, this warning comes up. This is fine when we compare files, still there should be a way to suppress this warning.

Here is a similar issue in Ruby's diffy package Ref: https://github.com/samg/diffy/issues/88