Hacker News new | ask | show | jobs
by whalesalad 3776 days ago
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.

1 comments

Protip: ?w=1 on GitHub is synonymous with git-diff's -w flag.