Skip to content

Instantly share code, notes, and snippets.

@madeinnordeste
Created January 19, 2018 02:30
Show Gist options
  • Save madeinnordeste/e677d84c4eb1813eb9450f5d90c97cbd to your computer and use it in GitHub Desktop.
Save madeinnordeste/e677d84c4eb1813eb9450f5d90c97cbd to your computer and use it in GitHub Desktop.
Visual Studio Code - Laravel Blade Templates Settings
{
"emmet.includeLanguages": {
"blade": "html"
},
"emmet.triggerExpansionOnTab": true,
"blade.format.enable": true,
"files.associations": {
"*.blade.php": "html"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment