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

Auto indentation matching opening parenthesis when terminating statement with ";" #4117

Closed
tdpu opened this issue Feb 7, 2017 · 1 comment

Comments

@tdpu
Copy link

tdpu commented Feb 7, 2017

I thought I was experiencing the issue #3700 still in 3.1.2. But I've noticed that this only happens when terminating a statement with ';'.

Is this intentional?

i.e.

misc.imread("myImage.png")
<<< indents here

but

misc.imread("myImage.png");
............<<< indents here

  • Spyder 3.1.2
  • Python 3.5.2 64 bit
  • Qt 4.8.7
  • PyQt4 (API v2) 4.11.4
@ccordoba12
Copy link
Member

Thanks for reporting. This is a duplicate of issue #4096.

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

No branches or pull requests

3 participants