Why doesn’t Tab in Notepad++ create new columns in my tables?
I figured it out.
Notepad++ is using spaces instead of tabs because its a .py file. Changing to an external .txt file fixed the issue.
Also can use Alt+009 to force a tab while in .py editing, that works too.
1 Like