Forked from rohan-krishna/Visual Studio Code Settings For Laravel
Created
February 2, 2019 22:03
-
-
Save jeffersongoncalves/80ca8def8cf332db0d73d0976788acfc to your computer and use it in GitHub Desktop.
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
| { | |
| "editor.multiCursorModifier": "ctrlCmd", | |
| "editor.snippetSuggestions": "top", | |
| "editor.formatOnPaste": true, | |
| "editor.fontFamily" : "Fira Code", | |
| "editor.fontLigatures": true, | |
| "emmet.triggerExpansionOnTab": true, | |
| "php.suggest.basic": false, | |
| "editor.autoIndent": true, | |
| "emmet.includeLanguages" : { | |
| "blade" : "html" | |
| }, | |
| "explorer.openEditors.visible": 0, | |
| "editor.minimap.enabled": false, | |
| "editor.tabCompletion": true, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment