Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save perudesarrollo/b94025f39581382f0f27364cbb1ecf25 to your computer and use it in GitHub Desktop.
Save perudesarrollo/b94025f39581382f0f27364cbb1ecf25 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