Staging
v0.5.1
https://github.com/python/cpython
Revision 1e8c18509eb15efb8e80971b9935d17e7bbeabf4 authored by Serhiy Storchaka on 31 October 2018, 09:00:39 UTC, committed by GitHub on 31 October 2018, 09:00:39 UTC
(cherry picked from commit 3f819ca138db6945ee4271bf13e42db9f9b3b1e4)
1 parent 691196d
Raw File
Tip revision: 1e8c18509eb15efb8e80971b9935d17e7bbeabf4 authored by Serhiy Storchaka on 31 October 2018, 09:00:39 UTC
[3.6] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231). (GH-10254)
Tip revision: 1e8c185
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