Why does auto-format indent my code using two tabs instead of just a single tab?
Voters
4DVENTURE
is there a way to undo this because now i have literally 12 tabs on one line
is there a way to undo this because now i have literally 12 tabs on one line
That’s because there are settings the specify how many tabs or spaces you want used, but the lowest one is 2.
@Highwayman oh yes, i can see that. Strange that that is the setting, i couldn't find anything online referring to Python code using two tabs to indent.
@rcwhiteley I’m pretty sure that as long as the indent is uniform it can be anything you want.