Created
January 19, 2018 02:30
-
-
Save madeinnordeste/e677d84c4eb1813eb9450f5d90c97cbd to your computer and use it in GitHub Desktop.
Visual Studio Code - Laravel Blade Templates Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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