Skip to content

Instantly share code, notes, and snippets.

@nafiesl
Last active May 21, 2019 07:29
Show Gist options
  • Save nafiesl/354e3bfadde7e9c0a6c6c51286e93fba to your computer and use it in GitHub Desktop.
Save nafiesl/354e3bfadde7e9c0a6c6c51286e93fba to your computer and use it in GitHub Desktop.
my phpfmt.sublime-settings
{
"format_on_save": true,
"passes":
[
"TightConcat",
"RestoreComments",
"AlignGroupDoubleArrow",
"AlignPHPCode",
"SortUseNameSpace"
],
"php_bin": "php",
"psr2": true,
"version": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment