mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-15 04:39:31 +00:00
Bug 999299 - Remove '[]' from the autoCloseBrackets config for Style Editor sourceeditor;r=mratcliffe
This commit is contained in:
parent
15afd14713
commit
c74d85170c
@ -376,7 +376,7 @@ StyleSheetEditor.prototype = {
|
||||
lineNumbers: true,
|
||||
mode: Editor.modes.css,
|
||||
readOnly: false,
|
||||
autoCloseBrackets: "{}()[]",
|
||||
autoCloseBrackets: "{}()",
|
||||
extraKeys: this._getKeyBindings(),
|
||||
contextMenu: "sourceEditorContextMenu",
|
||||
autocomplete: Services.prefs.getBoolPref(AUTOCOMPLETION_PREF),
|
||||
|
Loading…
x
Reference in New Issue
Block a user