##// END OF EJS Templates
Enable bracket matching by default
Thomas Kluyver -
Show More
@@ -146,7 +146,7 b' class TerminalInteractiveShell(InteractiveShell):'
146 146 help="Display a multi column completion menu.",
147 147 ).tag(config=True)
148 148
149 highlight_matching_brackets = Bool(False,
149 highlight_matching_brackets = Bool(True,
150 150 help="Highlight matching brackets .",
151 151 ).tag(config=True)
152 152
General Comments 0
You need to be logged in to leave comments. Login now