Bug 940713 - Enable autoclose brackets for source editor. r=anton

This commit is contained in:
Gabriel Luong 2013-11-25 15:57:51 -08:00
parent 169b9b3dc4
commit a32bb60a38

View File

@ -131,6 +131,7 @@ function Editor(config) {
extraKeys: {},
indentWithTabs: useTabs,
styleActiveLine: true,
autoCloseBrackets: true,
theme: "mozilla"
};