Anyone have a clever way of quickly fixing indentation problems in Python documents in the Coda editor for Mac?
Some have said that reindent.py is the way to go, but it doesn’t even ship with all versions of Python. Thoughts?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can get
reindent.pyfrom the following link: http://svn.python.org/view/python/trunk/Tools/scripts/reindent.py?revision=66903&view=markup(Note: Original link from an old Alex Martelli comment whose reference I’ve lost.