Hacker News new | ask | show | jobs
by xigoi 363 days ago
The solution to that is easy: do not use tabs.
1 comments

That is not the approach taken by any system that I know of that uses semantic whitespace. Tabs are meaningful in Python and make, and in fact required in make.
Haskell and Nim are both indentation-sensitive languages that only allow spaces as indentation.