mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 999299 - Remove '[]' from the autoCloseBrackets config for Style Editor sourceeditor;r=mratcliffe
This commit is contained in:
parent
813d092575
commit
faeefa4148
@ -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…
Reference in New Issue
Block a user