diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2003-05-18 02:21:55 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2003-05-18 02:21:55 (GMT) |
commit | 282f122250f451699a7001fcf701eaf0004931a7 (patch) | |
tree | 17b9ca85545d12933cf99ccd73958512388c1b7c /Lib/idlelib/config-main.def | |
parent | ba39d9c168ba3dfc866225977c350bcc52d09bb3 (diff) | |
download | cpython-282f122250f451699a7001fcf701eaf0004931a7.zip cpython-282f122250f451699a7001fcf701eaf0004931a7.tar.gz cpython-282f122250f451699a7001fcf701eaf0004931a7.tar.bz2 |
Whitespace Normalization
Modified Files:
config-extensions.def config-highlight.def config-keys.def
config-main.def
Diffstat (limited to 'Lib/idlelib/config-main.def')
-rw-r--r-- | Lib/idlelib/config-main.def | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Lib/idlelib/config-main.def b/Lib/idlelib/config-main.def index a6388d1..c011048 100644 --- a/Lib/idlelib/config-main.def +++ b/Lib/idlelib/config-main.def @@ -1,6 +1,6 @@ -# IDLE reads several config files to determine user preferences. This +# IDLE reads several config files to determine user preferences. This # file is the default config file for general idle settings. -# +# # When IDLE starts, it will look in # the following two sets of files, in order: # @@ -19,17 +19,17 @@ # ~/.idlerc/idle-keys.cfg the user keybinding config file # # Any options the user saves through the config dialog will be saved to -# the relevant user config file. Reverting any general setting to the -# default causes that entry to be wiped from the user file and re-read +# the relevant user config file. Reverting any general setting to the +# default causes that entry to be wiped from the user file and re-read # from the default file. User highlighting themes or keybinding sets are # retained unless specifically deleted within the config dialog. Choosing -# one of the default themes or keysets just applies the relevant settings -# from the default file. +# one of the default themes or keysets just applies the relevant settings +# from the default file. # # Additional help sources are listed in the [HelpFiles] section and must be # viewable by a web browser (or the Windows Help viewer in the case of .chm -# files). These sources will be listed on the Help menu. The pattern is -# <sequence_number = menu item;/path/to/help/source> +# files). These sources will be listed on the Help menu. The pattern is +# <sequence_number = menu item;/path/to/help/source> # You can't use a semi-colon in a menu item or path. The path will be platform # specific because of path separators, drive specs etc. # @@ -56,11 +56,11 @@ use-spaces= 1 num-spaces= 4 [Theme] -default= 1 +default= 1 name= IDLE Classic [Keys] -default= 1 +default= 1 name= IDLE Classic Windows [HelpFiles] |