-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Hey all, thanks a lot for maintaining this great tool!
This is a feature request/suggestion for isWhitespaceOnlyChange
s:
Lines 337 to 342 in 416d58b
case isWhitespaceOnlyChange(from, to): | |
_, _ = output.WriteString(yellow("%c whitespace only change\n", MODIFICATION)) | |
report.writeTextBlocks(output, 0, | |
red("%s", createStringWithPrefix(" - ", showWhitespaceCharacters(from))), | |
green("%s", createStringWithPrefix(" + ", showWhitespaceCharacters(to))), | |
) |
It would be amazing to have a --omit-whitespace
flag on dyff between
.
WDYT?
tl-marco-ieni, suryapandian and ddl-kfrench
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request