Created
September 25, 2011 13:07
-
-
Save witsch/1240583 to your computer and use it in GitHub Desktop.
Configuration file for PythonTidy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<config> | |
<parm name="COL_LIMIT" value="int(79)" /> | |
<parm name="SHEBANG" value="" /> | |
<parm name="PARENTHESIZE_TUPLE_DISPLAY" value="bool(False)" /> | |
<parm name="ADD_BLANK_LINES_AROUND_COMMENTS" value="bool(False)" /> | |
<parm name="ADD_BLANK_LINE_AFTER_DOC_STRING" value="bool(False)" /> | |
<parm name="MAX_SEPS_FUNC_DEF" value="int(99)" /> | |
<parm name="MAX_SEPS_FUNC_REF" value="int(99)" /> | |
<parm name="WRAP_DOC_STRINGS" value="bool(True)" /> | |
<parm name="NORMALIZE_DOC_STRINGS" value="bool(True)" /> | |
</config> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Install with: