Skip to content

Instantly share code, notes, and snippets.

@gvinaccia
Created February 7, 2013 17:20
Show Gist options
  • Save gvinaccia/4732535 to your computer and use it in GitHub Desktop.
Save gvinaccia/4732535 to your computer and use it in GitHub Desktop.
default sublime project settings
"settings":
{
"default_line_ending": "unix",
"phpcs_additional_args":
{
"--standard": "PSR2",
"-n": ""
},
"phpcs_command_on_save": false,
"tab_size": 4,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment