Why would someone write Python and mix tabs and spaces. Do you really want to have random arbitrary bugs … grr….
:%s/^I/ //g
Grr. grr. grr. stupid programmer. Grr.. That’s my final moan. honest.
Linux, PHP, geeky stuff … boring man.
Why would someone write Python and mix tabs and spaces. Do you really want to have random arbitrary bugs … grr….
:%s/^I/ //g
Grr. grr. grr. stupid programmer. Grr.. That’s my final moan. honest.
Assuming you’re using Vim, then the command you want is
:retab
which, in my experience, has always worked wonders.