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:
parent
4901e97f9f
commit
de0920da53
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user