Skip to content

Commit cab1620

Browse files
committed
Added default to all .ini values
1 parent 62e70b9 commit cab1620

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sample.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ syntax = True
1818
# when possible (default: True).
1919
arg_spec = True
2020

21-
# History file:
21+
# History file (default: "~/.pythonhist"):
2222
hist_file = "~/.pythonhist"
2323

24-
# Number of lines to store in history (set to 0 to disable):
24+
# Number of lines to store in history (set to 0 to disable) (default: 100):
2525
hist_len = 100
2626

27-
# Soft tab size:
27+
# Soft tab size (default: 4, see pep-8):
2828
tab_length = 4
2929

0 commit comments

Comments
 (0)