Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. {
  2. // PHP-CS-Fixer settings
  3.  
  4. // Fix the issues on save
  5. "php_cs_fixer_on_save": true,
  6.  
  7. // Show the quick panel
  8. "php_cs_fixer_show_quick_panel": true,
  9.  
  10. // Path to where you have the php-cs-fixer installed
  11. "php_cs_fixer_executable_path": "/usr/local/bin/php-cs-fixer",
  12.  
  13. // Additional arguments you can specify into the application
  14. "php_cs_fixer_additional_args": {
  15. "--fixers": "encoding, short_tag, braces, elseif, eof_ending, function_call_space, function_declaration, indentation, line_after_namespace, linefeed, lowercase_keywords, method_argument_space, multiple_use, parenthesis, php_closing_tag, single_line_after_imports, trailing_spaces, visibility, concat_without_spaces, double_arrow_multiline_whitespaces, duplicate_semicolon, empty_return, extra_empty_lines, include, join_function, multiline_array_trailing_comma, new_with_braces, no_empty_lines_after_phpdocs, object_operator, operators_spaces, phpdoc_align, phpdoc_indent, 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, align_double_arrow, concat_with_spaces, multiline_spaces_before_semicolon, ordered_use, short_array_syntax, strict, strict_param"
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement