I am using Sublime Text 3 with the Packet Manager, and installed SublimeLinter and then SublimeLinter-flake8.
I want to use tabs for indentation, but I can't find out how. I can't actually find any indentation that works, because if I put one space it says: flake8: E111 - indentation is not a multiple of four, but when I put four spaces it says: flake8: E101 - indentation contains mixed spaces and tabs.
I am on Windows and using Python 3. Does anyone know how to change the settings?
Spaces:NumorTab Size:Num. The menu displayed allows conversion to and from tabs and spaces, setting the indent width, and theIndent Using Spacestick box allows you to swap between spaces and tabs (if un-ticked then indentation will be using tabs). - mattst