def main():
todo=TODO()#this line shows one tab one sublime text
print("The indentation is not right")# THIS ONE SHOWS TWO TABS
I got a wierd problem, I cannot use the vim to edit my python file anymore. The indentation above is the same I have, but I said the indentation is wrong. By the way, the first line which works right was edit by another computer. I use Fedora 23 for my operating system and default tab for vim is 8 space on any other files and just need a backspace to delete, when I create a .py file, the tab changes to 4 spaces and need backspace 4 times now I cannot use my vim to edit the files.