"closeBrackets": false,
// Sets the tag closing options
"closeTags": {
// An array of tags that should not be auto-closed
"dontCloseTags": [],
// An array of tags that when opened has a blank line
"indentTags": [],
// Close when / of closing tag is typed
"whenClosing": true,
// Close when > of opening tag is typed
"whenOpening": true
},