Export to GitHub

editra-plugins - issue #221

Add Reindent module to PyStudio


Posted on Dec 5, 2012 by Grumpy Camel

reindent http://pypi.python.org/pypi/Reindent/0.1.0

Reindent allows users to run the script against a .py file and have any formatting errors in the indent of their file corrected. This will correct many errors with indenting such if, elif, else errors amongst others.

reindent [-d][-r][-v] [ path ... ]

-d (--dryrun) Dry run. Analyze, but don't make any changes to, files. -r (--recurse) Recurse. Search for all .py files in subdirectories too. -v (--verbose) Verbose. Print informative msgs; else no output. -h (--help) Help. Print this usage information and exit.

Comment #1

Posted on Dec 10, 2012 by Happy Monkey

(No comment was entered for this change.)

Status: Accepted

Labels:
Type-Defect Priority-Medium