Staging
v0.5.1
https://github.com/python/cpython
Revision 7362c3efeb49f6656819a0842f9e5fe358d390da authored by Nick Coghlan on 05 August 2012, 12:32:37 UTC, committed by Nick Coghlan on 05 August 2012, 12:32:37 UTC
1 parent 730f67f
Raw File
Tip revision: 7362c3efeb49f6656819a0842f9e5fe358d390da authored by Nick Coghlan on 05 August 2012, 12:32:37 UTC
Issue #14814: Finish review of ipaddress network object docs (initial patch was by Eli Bendersky)
Tip revision: 7362c3e
indent.pro
--blank-lines-after-declarations
--blank-lines-after-procedures
--braces-after-func-def-line
--braces-on-if-line
--braces-on-struct-decl-line
--break-after-boolean-operator
--comment-indentation25
--comment-line-length79
--continue-at-parentheses
--dont-cuddle-do-while
--dont-cuddle-else
--indent-level4
--line-length79
--no-space-after-casts
--no-space-after-function-call-names
--no-space-after-parentheses
--no-tabs
--procnames-start-lines
--space-after-for
--space-after-if
--space-after-while
--swallow-optional-blank-lines
-T PyCFunction
-T PyObject
back to top