Hacker News new | ask | show | jobs
by mahyarm 4537 days ago
The problem is larger multi-people projects. You need very strict editor/whitespace discipline, and you don't want to commit some sort of re-indent which touches every line of a file. That and the refactor issue is the main issue people have with the whitespace thing.
1 comments

Which is why we have things like linters, pep8, and pre-commit hooks. :P