Closed jonathan-j-lee closed 7 years ago
For those who use Sublime 3, do you know how to convert tabs to spaces? I tried following the instructions in this but the linter still complains.
I'm reopening this because not all files are targeted by the linter yet. Will close this once that happens.
Addressed in #61.
Much of
views.py
appears to use tabs, rather than the four spaces recommended by PEP 8. All existing (and future) code should transition to the use of spaces for indentation.