We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No newline at end of file
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: samg/diffy#88
The text was updated successfully, but these errors were encountered:
Add a new without_no_newline_at_eof in PatchFormatter.
dec51c4
Setting this option will prevent emitting "\ No newline at end of file" messages. Fixes: bmwill#8
256829d
No branches or pull requests
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: samg/diffy#88
The text was updated successfully, but these errors were encountered: