mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-16 20:51:34 +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,
|
||||
autofocus: options.autofocus || false,
|
||||
autoCloseBrackets: true,
|
||||
autoCloseTags: true,
|
||||
matchBrackets: true,
|
||||
tabMode: 'indent',
|
||||
keyMap: 'sublime',
|
||||
|
Reference in New Issue
Block a user