Skip to content

Instantly share code, notes, and snippets.

@jerrickhakim
Created October 6, 2019 01:37
Show Gist options
  • Save jerrickhakim/27b5bfab094797360ecfd697751746b8 to your computer and use it in GitHub Desktop.
Save jerrickhakim/27b5bfab094797360ecfd697751746b8 to your computer and use it in GitHub Desktop.
Sublime phpfmt settings
{
"autocomplete": true,
"enable_auto_align": true,
"font_size": 10,
"format_on_save": true,
"ignored_packages":
[
"Vintage"
],
"php_bin": "/Applications/MAMP/bin/php/php7.0.0/bin/php",
"psr2": true,
"version": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment