-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Incorrect auto-indentation #3473
Comments
Where do you expect the next line to be indented? |
I see that I was unclear about it. The editor indents this line as if I hadn't close one of the ] brackets. My expectation is that the cursor should go right underneath the first character of the previous line (i.e. unchanged indentation level). |
@rlaverde, since you worked on something similar before, please take a look at this one. |
I'm having the same Issue! Whenever I type a closing bracket, parenthesis, etc. on a line that was auto indented, the next line is also auto-indented (even though it shouldn't be) |
@rlaverde, please solve this one this week. |
@ccordoba12 I'm working on it, I think the logic related to indentation and opening-closing brackets have to be changed (issue #3700 is also related to this, if not the same) |
Yep, I think so too. Thanks for working on these issues :-) |
Description
What steps will reproduce the problem?
What is the expected output? What do you see instead?
The editor indents the next line, but it shouldn't
Please provide any additional information below
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: