Add option to disable whitespace diff via URL parameter
See original GitHub issueAccording to Alex’ tweet (https://twitter.com/SlexAxton/status/725193003220893696) this is possible by adding ?w=1
to the URL:
ProTip: Add a w=1 query param to github diffs to ignore whitespace. Usually way easier to read.
Possible as option for the extension?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Add option to disable whitespace diff via URL parameter #191
According to Alex' tweet (https://twitter.com/SlexAxton/status/725193003220893696) this is possible by adding ?w=1 to the URL: ProTip: Add a w=1 ...
Read more >How to ignore whitespace in github when comparing?
Select the new option " Hide whitespace changes " in that " Diff settings " new button, and you will see only the...
Read more >Quick Tip: How to Hide Whitespace Changes in Git Diffs
You can hide whitespace changes for GitHub diffs in two ways. First, click the gear icon near the top of the page and...
Read more >Ability to ignore whitespace changes in the diffs (BB-11120)
I would like to see the option to ignore space changes in the diff viewer as well. It allows us to focus on...
Read more >Allow ignore whitespaces in merge request diff (#1393) - GitLab
Would be great to have an option to ignore whitespace differences on diffs.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Leaving it as a temporary option is not sufficient in my opinion. With team wide adoption of estlint and prettier, whitespace is effectively never a concern in PRs for me. I hate having to load every single diff twice just to hide white space changes.
@nadim Hi, not sure about the “default” option for this but Github has recently added this feature natively as well, although also just as temporary option: