Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not unindent with Python #29

Open
tluchko opened this issue Oct 12, 2023 · 0 comments
Open

Does not unindent with Python #29

tluchko opened this issue Oct 12, 2023 · 0 comments

Comments

@tluchko
Copy link

tluchko commented Oct 12, 2023

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.

if foo:
    a = 1
b = 1

Is this something that can be fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant