29.01.2018, 11:24
It could be two things:
1. You are using spaces somewhere and tabs elsewhere
2. Tabsize is set incorrectly in the editor causing a certain amount of spaces to seem like a wrongly numbered amount of tabs
Also, check that you don't have a "#pragma tabsize x" defined anywhere. I am pretty sure default is 4.
1. You are using spaces somewhere and tabs elsewhere
2. Tabsize is set incorrectly in the editor causing a certain amount of spaces to seem like a wrongly numbered amount of tabs
Also, check that you don't have a "#pragma tabsize x" defined anywhere. I am pretty sure default is 4.