Skip to content

Instantly share code, notes, and snippets.

@jhowbhz
Created July 4, 2018 17:01
Show Gist options
  • Save jhowbhz/bb76fb368eabac4c6cb7a0803d7c1fc3 to your computer and use it in GitHub Desktop.
Save jhowbhz/bb76fb368eabac4c6cb7a0803d7c1fc3 to your computer and use it in GitHub Desktop.
Configurações usuário VSCODE
{
"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