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
If I use diffLines with option{ ignoreWhitespace: true }, the result I get is also trimmed. Is there a way I can keep the whitespace in the result ?
{ ignoreWhitespace: true }
The text was updated successfully, but these errors were encountered:
This is exactly what I fix in #219
Sorry, something went wrong.
Fix kpdecker#241: diffTrimmedLines now keep whitespaces in the output
diffTrimmedLines
1b186fd
Merge pull request #1 from Mingun/diffTrim-use-payload
ac3ad80
Fix kpdecker#241: `diffTrimmedLines` now keep whitespaces in the output
cc7cfbb
fbfa9f7
No branches or pull requests
If I use diffLines with option
{ ignoreWhitespace: true }
, the result I get is also trimmed.Is there a way I can keep the whitespace in the result ?
The text was updated successfully, but these errors were encountered: