I "transfered" a python project from sublime2 to eclipse. Now I got a lot of indentation errors. I tried to us reindent.py script to correct this, but I got an error.
reindent -r /project_root
or
python -m reindent -r /project_root
results in:
IndentationError: unindent does not match any outer indentation level
I would like to reindent recursively.
Thanks in advance.