Staging
v0.5.1
https://github.com/python/cpython
Revision fd93666c8aa100869242ea272f526a4de8db98c1 authored by Serhiy Storchaka on 28 March 2018, 20:05:24 UTC, committed by GitHub on 28 March 2018, 20:05:24 UTC
Most of them have been added in 3.7.
(cherry picked from commit bac2d5ba30339298db7d4caa9c8cd31d807cf081)
1 parent 6124d8e
Raw File
Tip revision: fd93666c8aa100869242ea272f526a4de8db98c1 authored by Serhiy Storchaka on 28 March 2018, 20:05:24 UTC
[3.7] Fix duplicating words words. (GH-6296) (GH-6297)
Tip revision: fd93666
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