Skip to content

Instantly share code, notes, and snippets.

@hotmeteor
Forked from mpalourdio/php-cs-fixer
Last active May 25, 2016 14:58
Show Gist options
  • Save hotmeteor/8b30f2b755e638fde023e0283c6f5cf1 to your computer and use it in GitHub Desktop.
Save hotmeteor/8b30f2b755e638fde023e0283c6f5cf1 to your computer and use it in GitHub Desktop.
@fabpot php-cs-fixer config for PhpStorm
parameters
--level=psr2 --fixers=strict,strict_param,ordered_use,multiline_spaces_before_semicolon,short_array_syntax,concat_without_spaces,double_arrow_multiline_whitespaces,duplicate_semicolon,empty_return,extra_empty_lines,include,multiline_array_trailing_comma,namespace_no_leading_whitespace,new_with_braces,object_operator,operators_spaces,phpdoc_params,remove_leading_slash_use,remove_lines_between_uses,return,single_array_no_trailing_comma,spaces_before_semicolon,spaces_cast,standardize_not_equal,ternary_spaces,unused_use,whitespacy_lines,-psr0 --verbose --config=sf23 fix "$FileDir$/$FileName$"
working directory
$ProjectFileDir$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment