Skip to content

Instantly share code, notes, and snippets.

@cute
Created May 3, 2015 06:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cute/fa24d228265914928e55 to your computer and use it in GitHub Desktop.
Save cute/fa24d228265914928e55 to your computer and use it in GitHub Desktop.
phpfmt.sublime-settings
{
"cakephp_style": true,
"format_on_save": false,
"indent_with_space": 2,
"passes":
[
"ConvertOpenTagWithEcho",
"DoubleToSingleQuote",
"AddMissingParentheses",
"PSR1OpenTags",
"PSR2KeywordsLowerCase",
"RTrim",
"LongArray",
"AddMissingCurlyBraces"
],
"php_bin": "/usr/local/bin/php",
"psr": true,
"psr1": true,
"cakephp_style": false,
"psr1_naming": false,
"psr2": true,
"readini": false,
"version": 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment