Reputation: 3
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
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