Created
August 18, 2016 14:03
-
-
Save AmmarCodes/696c3ee856a8f170002d7e732b151ebd to your computer and use it in GitHub Desktop.
Sublime phpfmt package configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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