Skip to content

dalaylan/PythonIndentFixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

PythonIndentFixer

-hacked together indentation fixer/standardizer for python code
-this version standardizes indentation based on inserting '{' and '}' characters into a copy of the broken file
-brackets must be on lines without any text on them (but multiple bracket can be placed on the same line)
-Takes arguments in the form "python fixIndent.py <broken_file_with_added_brackets>


Error codes:
0 -> success
1 -> bad arguments
2 -> error with opening file
3 -> error with reading indentation level

About

hacked together indentation fixer/standardizer for python code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages