Skip to content

Commit

Permalink
add missing option to auto close tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchang committed Jan 27, 2017
1 parent 75449af commit b78c033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b78c033

Please sign in to comment.