diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2014-12-16 08:21:26 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2014-12-16 08:21:26 (GMT) |
commit | df9386940a0104ba4dce1beee38848bc44a17036 (patch) | |
tree | 05453cf09bd484041108531cd5be680ac745b2ef /Lib/idlelib/config-main.def | |
parent | 4d5115c7b55a7b2a49324572f138298b0f3df916 (diff) | |
download | cpython-df9386940a0104ba4dce1beee38848bc44a17036.zip cpython-df9386940a0104ba4dce1beee38848bc44a17036.tar.gz cpython-df9386940a0104ba4dce1beee38848bc44a17036.tar.bz2 |
Issue #20577: move configuration of FormatParagraph extension to new extension
configuration dialog. Patch by Tal Einat.
Diffstat (limited to 'Lib/idlelib/config-main.def')
-rw-r--r-- | Lib/idlelib/config-main.def | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/idlelib/config-main.def b/Lib/idlelib/config-main.def index 8f0fe76..0d203cb 100644 --- a/Lib/idlelib/config-main.def +++ b/Lib/idlelib/config-main.def @@ -58,9 +58,6 @@ font-size= 10 font-bold= 0 encoding= none -[FormatParagraph] -paragraph=72 - [Indent] use-spaces= 1 num-spaces= 4 |