EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs.
Open File -> Preferences -> Settings
"emmet.triggerExpansionOnTab": true, // enable tab to expanse emmet tags
"blade.format.enable": true, // if you would like to enable blade format
"[blade]": {
"editor.autoClosingBrackets": "always"
},