Skip to content

Instantly share code, notes, and snippets.

@torniker
Created January 30, 2016 20:00
Show Gist options
  • Save torniker/0e00593cbc1f12bed511 to your computer and use it in GitHub Desktop.
Save torniker/0e00593cbc1f12bed511 to your computer and use it in GitHub Desktop.
{
"autocomplete": true,
"autoimport": true,
"enable_auto_align": false,
"format_on_save": true,
"ignore": "Parent",
"indent_with_space": 4,
"passes":
[
"ReindentSwitchBlocks",
"OrderAndRemoveUseClauses",
"PSR2EmptyFunction",
"StripSpaceWithinControlStructures",
"ShortArray",
"SpaceBetweenMethods",
"AutoSemicolon"
],
"php_bin": "/usr/local/bin/php",
"psr2": true,
"smart_linebreak_after_curly": true,
"version": 4,
"visibility_order": true,
"yoda": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment