Skip to content

Commit f3f9e42

Browse files
committed
Add brackets_completion documentation to configuration-options
1 parent 83ca33e commit f3f9e42

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

doc/sphinx/source/configuration-options.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ characters (default: simple). None disables autocompletion.
2222

2323
.. versionadded:: 0.12
2424

25+
brackets_completion
26+
^^^^^^^^^^^^^^^^^^^
27+
Whether opening character of the pairs ``()``, ``[]``, ``""``, and ``''`` should be auto-closed
28+
(default: False).
29+
30+
.. versionadded:: 0.23
31+
2532
.. _configuration_color_scheme:
2633

2734
color_scheme
@@ -173,7 +180,7 @@ Soft tab size (default 4, see PEP-8).
173180

174181
unicode_box
175182
^^^^^^^^^^^
176-
Whether to use Unicode characters to draw boxes.
183+
Whether to use Unicode characters to draw boxes (default: True).
177184

178185
.. versionadded:: 0.14
179186

0 commit comments

Comments
 (0)