We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No auto indentation when starting a new line after a statement that ends in a colon (eg if, while, for etc) if the statement contains any slicing.
Indentation after creating a new line following a semi colon regardless of any other semi colons used in statement.
if my_list[:]:
The text was updated successfully, but these errors were encountered:
Experiencing the same problem while using string slicing.
Sorry, something went wrong.
Duplicate of #1461
Indeed it is, apologies. I think I included "slicing" in all my searches of current issues and nothing came up.
No branches or pull requests
Environment data
Actual behaviour
No auto indentation when starting a new line after a statement that ends in a colon (eg if, while, for etc) if the statement contains any slicing.
Expected behaviour
Indentation after creating a new line following a semi colon regardless of any other semi colons used in statement.
Steps to reproduce:
if my_list[:]:
The text was updated successfully, but these errors were encountered: