I have a python script that I am trying to edit and run on PythonAnywhere. But the script uses tabs instead of spaces. When I try to edit the file, my inserted tabs (from hitting the tab key) seems to be converted to spaces, causing errors in my code.
I know that I can find and replace the tabs with spaces, but I need them to be tabs. This is a script that is meant to also run in pythonista on the ipad which needs tabs to be actual tabs.
Is there anyway to set it up so that the tab key actually inserts a tab?