Added automatic close of Brackets.

This commit is contained in:
damianavila 2014-02-01 11:43:39 -03:00
parent fbece64242
commit 6ced0bcbac

View File

@ -101,7 +101,8 @@ var IPython = (function (IPython) {
},
mode: 'ipython',
theme: 'ipython',
matchBrackets: true
matchBrackets: true,
autoCloseBrackets: true
}
};