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
Родитель 04091c215f
Коммит 554f969b82
1 изменённых файлов: 11 добавлений и 10 удалений

Просмотреть файл

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