mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 940713 - Enable autoclose brackets for source editor. r=anton
This commit is contained in:
parent
169b9b3dc4
commit
a32bb60a38
@ -131,6 +131,7 @@ function Editor(config) {
|
||||
extraKeys: {},
|
||||
indentWithTabs: useTabs,
|
||||
styleActiveLine: true,
|
||||
autoCloseBrackets: true,
|
||||
theme: "mozilla"
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user