Closed SimonAlling closed 2 years ago
The trailing whitespace deletions were made automatically by VS Code.
💡 git show --word-diff-regex=. is useful.
git show --word-diff-regex=.
💡 git show --ignore-space-change is useful.
git show --ignore-space-change
Thanks @SimonAlling for helping improve the docs for others!
You're welcome! Thank you for the quick review!
The trailing whitespace deletions were made automatically by VS Code.
💡
git show --word-diff-regex=.
is useful.💡
git show --ignore-space-change
is useful.