Skip to content

Instantly share code, notes, and snippets.

@jerrickhakim
Created October 6, 2019 01:25
Show Gist options
  • Save jerrickhakim/846f5e26b1d7a13efabe55de41ce4d17 to your computer and use it in GitHub Desktop.
Save jerrickhakim/846f5e26b1d7a13efabe55de41ce4d17 to your computer and use it in GitHub Desktop.
phpfmt Visual Code json settings - MAMP - MAC
{
"php.executablePath": "/Applications/MAMP/bin/php/php7.0.12/bin/php",
// Set the default
"editor.formatOnSave": false,
// Enable per-language
"[php]": {
"editor.formatOnSave": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment