I have some Python code that have inconsistent indentation. There is a lot of mixture of tabs and spaces to make the matter even worse, and even space indentation is not pre
There is also PythonTidy (since you said you like HTML Tidy).
It can do a lot more than just clean up tabs though. If you like that type of thing, it's worth a look.