diff --git a/.php_cs b/.php_cs new file mode 100644 index 0000000..d1cac42 --- /dev/null +++ b/.php_cs @@ -0,0 +1,25 @@ +in(__DIR__ . '/lib') +; + +return Symfony\CS\Config\Config::create() + ->level(Symfony\CS\FixerInterface::NONE_LEVEL) + ->fixers(array( + 'linefeed', + 'trailing_spaces', + 'unused_use', + 'short_tag', + 'return', + 'visibility', + 'php_closing_tag', + 'extra_empty_lines', + 'function_declaration', + 'include', + 'controls_spaces', + 'elseif', + '-eof_ending', + )) + ->finder($finder) +;