Staging
v0.5.1
https://github.com/python/cpython
Revision fe0175f5b50967aae90cb759a0d2d016fb745584 authored by Miss Islington (bot) on 01 July 2020, 15:29:30 UTC, committed by GitHub on 01 July 2020, 15:29:30 UTC
(cherry picked from commit 694d31e714074176f0c324f95948b75dc768c091)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent c20e83d
Raw File
Tip revision: fe0175f5b50967aae90cb759a0d2d016fb745584 authored by Miss Islington (bot) on 01 July 2020, 15:29:30 UTC
bpo-41158: IDLE: rewrite the code for handling file encoding (GH-21215)
Tip revision: fe0175f
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