We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e70b9 commit cab1620Copy full SHA for cab1620
sample.ini
@@ -18,12 +18,12 @@ syntax = True
18
# when possible (default: True).
19
arg_spec = True
20
21
-# History file:
+# History file (default: "~/.pythonhist"):
22
hist_file = "~/.pythonhist"
23
24
-# Number of lines to store in history (set to 0 to disable):
+# Number of lines to store in history (set to 0 to disable) (default: 100):
25
hist_len = 100
26
27
-# Soft tab size:
+# Soft tab size (default: 4, see pep-8):
28
tab_length = 4
29
0 commit comments