Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 411 Bytes

ignore-whitespace-in-a-github-pull-request.md

File metadata and controls

9 lines (6 loc) · 411 Bytes

Ignore Whitespace in a GitHub Pull Request

Reviewing a GitHub PR on that contains a lot of whitespace changes? Extra whitespace can make it challenging to evaluate the substance of a PR. It's high on my list of things that should generally not be refactored. Ignore whitespace by adding the query parameter ?w=1 to your diff URL.