Hacker News new | ask | show | jobs
by mythrwy 3098 days ago
LOL that was my exact thought. Added to .vimrc. But will never get back all the time lost trying to make sure I was at proper indent level.
1 comments

I highly highly recommend always using a linter/formatter that just fixes this for you
Python. Indention matters. Unless there is a linter that can tell intent (and maybe there is on that offers an option?) indention can be the difference between once and forever.