Staging
v0.5.1
https://github.com/python/cpython
Revision bef8d9acda7a4b9203e55371bb7a7da1c4a7fcbe authored by Miss Islington (bot) on 14 October 2019, 22:22:18 UTC, committed by Ned Deily on 14 October 2019, 22:22:18 UTC
(cherry picked from commit 4504b4500d2a1a80c26b27b0bfff8b624d5ce06c)

Co-authored-by: Julien Palard <julien@palard.fr>
1 parent 2c9d70a
Raw File
Tip revision: bef8d9acda7a4b9203e55371bb7a7da1c4a7fcbe authored by Miss Islington (bot) on 14 October 2019, 22:22:18 UTC
Doc: 3.8 is now stable. (GH-16790) (GH-16794)
Tip revision: bef8d9a
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