mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Added automatic close of Brackets.
This commit is contained in:
parent
fbece64242
commit
6ced0bcbac
@ -101,7 +101,8 @@ var IPython = (function (IPython) {
|
||||
},
|
||||
mode: 'ipython',
|
||||
theme: 'ipython',
|
||||
matchBrackets: true
|
||||
matchBrackets: true,
|
||||
autoCloseBrackets: true
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user