You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E.g., in the code below, hitting <tab> will always indent the third line. In emacs, hitting tab will toggle between all tab options. In this case no indent and one level of indent.
if foo:
a = 1
b = 1
Is this something that can be fixed?
The text was updated successfully, but these errors were encountered:
Tabbing doesn't work correctly for Python.
E.g., in the code below, hitting
<tab>
will always indent the third line. In emacs, hitting tab will toggle between all tab options. In this case no indent and one level of indent.Is this something that can be fixed?
The text was updated successfully, but these errors were encountered: