Hacker News new | ask | show | jobs
by dotancohen 1317 days ago

  > why the editor can't treat blocks as entities
That might with with C, but won't work with e.g. Python.
1 comments

Python has syntactic blocks as well, and editors totally can (and do) muck around with their formatting. I don't see any reason why they couldn't handle customizable indentation.