enable 'editor.autoCloseBrackets' in fresh installs by default

because now that we have LivePreview enabled by default typing a single { breaks the style until a closing } is entered.
This commit is contained in:
tophf 2018-03-13 20:43:19 +03:00
parent 4901e97f9f
commit de0920da53

View File

@ -63,7 +63,7 @@ var prefs = new function Prefs() {
'editor.matchHighlight': 'token', // token = token/word under cursor even if nothing is selected
// selection = only when something is selected
// '' (empty string) = disabled
'editor.autoCloseBrackets': false, // auto-add a closing pair when typing an opening one of ()[]{}''""
'editor.autoCloseBrackets': true, // auto-add a closing pair when typing an opening one of ()[]{}''""
'editor.autocompleteOnTyping': false, // show autocomplete dropdown on typing a word token
'editor.contextDelete': contextDeleteMissing(), // "Delete" item in context menu