Skip to content

Instantly share code, notes, and snippets.

View tjgazel's full-sized avatar
🏠
Working from home

Talles Gazel tjgazel

🏠
Working from home
View GitHub Profile
@tjgazel
tjgazel / Visual Studio Code - config
Last active January 8, 2019 19:26
My config for Visual Studio Code
{
"workbench.iconTheme": "vscode-icons",
"php.executablePath": "/usr/bin/php",
"php.validate.executablePath": "/usr/bin/php",
"php.suggest.basic": false,
"php-docblocker.qualifyClassNames": true,
"phpfmt.php_bin": "/usr/bin/php",
"blade.format.enable": true,
"breadcrumbs.enabled": true,
"editor.mouseWheelZoom": true,