1
0
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:
Kushagra Gour
2017-01-28 01:27:07 +05:30
parent 75449afb6c
commit b78c033aba

View File

@ -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',