Open tluchko opened 1 year ago
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.
<tab>
if foo: a = 1 b = 1
Is this something that can be fixed?
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?