I am using PyCharm IDE for Python development. It works perfectly fine for Django code, so I suspected that converting tabs to spaces is the default behaviour. However, the IDE is giving errors everywhere because it can't convert tabs to spaces automatically. Is there a way to achieve this?
Change the code style to use spaces instead of tabs:
Then select a folder you want to convert in the Project View and use Code
| Reformat Code.