Tim Nall
Tim Nall

Reputation: 3

Spyder auto-indent stopped working

I have been using Anaconda/Spyder for years. Today auto-indent just stopped indenting after a "for" statement with a colon. I also tried it with absolutely no code above the for statement, so it isn't a syntax error in a previous line. Am I being dense?

Upvotes: 0

Views: 271

Answers (1)

Tom
Tom

Reputation: 1686

You can restore the default settings through terminal/CMD like so:

spyder --reset

Alternatively delete the .spyder folder, located in your users folder.

Upvotes: 1

Related Questions