Skip to content

Instantly share code, notes, and snippets.

@AmmarCodes
Created August 18, 2016 14:03
Show Gist options
  • Save AmmarCodes/696c3ee856a8f170002d7e732b151ebd to your computer and use it in GitHub Desktop.
Save AmmarCodes/696c3ee856a8f170002d7e732b151ebd to your computer and use it in GitHub Desktop.
Sublime phpfmt package configuration
{
"passes":
[
"AlignPHPCode",
"NewLineBeforeReturn",
"AutoSemicolon",
"SmartLnAfterCurlyOpen",
"SpaceBetweenMethods",
"AlignEquals",
"AlignTypehint",
"AlignDoubleArrow"
],
"php_bin": "/usr/local/opt/php70/bin/php",
"psr2": true,
"readini": true,
"version": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment