Problem description:
the editor is not PEP8
Expected behavior:
tab being equivalent to 4 spaces
Actual behavior:
tab is equivlet to 2 spaces
Steps to reproduce:
n/a
Bug appears at this link:
any python repl/python file
Browser/OS/Device:
ALL
Problem description:
the editor is not PEP8
Expected behavior:
tab being equivalent to 4 spaces
Actual behavior:
tab is equivlet to 2 spaces
Steps to reproduce:
n/a
Bug appears at this link:
any python repl/python file
Browser/OS/Device:
ALL
You change change this in a repl’s settings, change Indent size
from 2
to 4
. (You can also set it to 8
if you so choose. Or, you can also have it actually use tabs instead of spaces, that’s also an option)
OP wants from 2
to 4
, but yeah.
He/she expected 4 spaces but the default is 2.
Whoops! I’ll fix my response.