Skip to content

Instantly share code, notes, and snippets.

@voznik
Forked from torniker/phpfmt.sublime-settings
Created May 31, 2017 14:25
Show Gist options
  • Save voznik/e2ce040b8e3d338e9358a2b5e4c657b9 to your computer and use it in GitHub Desktop.
Save voznik/e2ce040b8e3d338e9358a2b5e4c657b9 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