summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/config-main.def
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-06-04 06:31:08 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-06-04 06:31:08 (GMT)
commit4e49b836db96264b3b5236794a3200eea32b2519 (patch)
treea4c87341cc817962277444d7f8e3fccee9e4cff8 /Lib/idlelib/config-main.def
parent3c145449daa8356c6ae4c296ffb24b5214647442 (diff)
downloadcpython-4e49b836db96264b3b5236794a3200eea32b2519.zip
cpython-4e49b836db96264b3b5236794a3200eea32b2519.tar.gz
cpython-4e49b836db96264b3b5236794a3200eea32b2519.tar.bz2
SF patch #961387: Make IDLE's paragraph reformatting width configurable
Diffstat (limited to 'Lib/idlelib/config-main.def')
-rw-r--r--Lib/idlelib/config-main.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/idlelib/config-main.def b/Lib/idlelib/config-main.def
index e06234b..b8667b8 100644
--- a/Lib/idlelib/config-main.def
+++ b/Lib/idlelib/config-main.def
@@ -58,6 +58,9 @@ font-size= 10
font-bold= 0
encoding= none
+[FormatParagraph]
+paragraph=70
+
[Indent]
use-spaces= 1
num-spaces= 4