mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-22 21:04:00 +02:00
add missing option to auto close tags.
This commit is contained in:
@@ -750,6 +750,7 @@ settingsBtn, onboardModal, notificationsBtn, onboardShowInTabOptionBtn, onboardD
|
|||||||
lineWrapping: true,
|
lineWrapping: true,
|
||||||
autofocus: options.autofocus || false,
|
autofocus: options.autofocus || false,
|
||||||
autoCloseBrackets: true,
|
autoCloseBrackets: true,
|
||||||
|
autoCloseTags: true,
|
||||||
matchBrackets: true,
|
matchBrackets: true,
|
||||||
tabMode: 'indent',
|
tabMode: 'indent',
|
||||||
keyMap: 'sublime',
|
keyMap: 'sublime',
|
||||||
|
Reference in New Issue
Block a user