Created
July 4, 2018 17:01
-
-
Save jhowbhz/bb76fb368eabac4c6cb7a0803d7c1fc3 to your computer and use it in GitHub Desktop.
Configurações usuário VSCODE
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
{ | |
"files.autoSave": "afterDelay", | |
"files.autoSaveDelay": 2500, | |
"php.suggest.basic": true, | |
"php.validate.enable": true, | |
"editor.tabSize": 2, | |
"editor.tabCompletion": true, | |
"workbench.panel.location": "bottom", | |
"editor.minimap.enabled": false, | |
"editor.renderWhitespace": "none", | |
"editor.renderControlCharacters": false, | |
"emmet.includeLanguages": { | |
"blade": "html" | |
}, | |
"emmet.triggerExpansionOnTab": true, | |
"window.zoomLevel": -1, | |
"blade.format.enable": true, | |
"php.suggest.basic": false, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment