thegooglecodearchive / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 1 forks source link

Add Reindent module to PyStudio #221

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by flebber....@gmail.com on 5 Dec 2012 at 11:11

GoogleCodeExporter commented 9 years ago

Original comment by CodyPrec...@gmail.com on 10 Dec 2012 at 7:34