I have Python set as the default language, but the indentation essential to Python isn't there.
For example, I get
while True: qwerty
instead of the expected
How do I set this?
That second "querty" should show as indented 4 spaces.
I have Python set as the default language, but the indentation essential to Python isn't there.
For example, I get
while True:
qwerty
instead of the expected
while True:
qwerty
How do I set this?
That second "querty" should show as indented 4 spaces.