Comment on Diff So Fancy: make Git diffs look goodparentComments−whalesalad10yClojure (lisp) is even more fucky because adding a single outer form can re-indent (and therefore modify) an entire huge block of code.At least on GitHub we have the ?w=1 URL parameter on PRs which helps a bit.−wldlyinaccurate10yProtip: ?w=1 on GitHub is synonymous with git-diff's -w flag.
Comments
Clojure (lisp) is even more fucky because adding a single outer form can re-indent (and therefore modify) an entire huge block of code.
At least on GitHub we have the ?w=1 URL parameter on PRs which helps a bit.
Protip: ?w=1 on GitHub is synonymous with git-diff's -w flag.