diff --git a/.php_cs b/.php_cs new file mode 100644 index 0000000..4905d18 --- /dev/null +++ b/.php_cs @@ -0,0 +1,13 @@ +finder( + Symfony\CS\Finder\DefaultFinder::create() + ->exclude('cache/compiled') + ->exclude('includes/Smarty') + ->exclude('js/FCKeditor') + ->exclude('js/dojo') + ->exclude('apps/hotglue') + ->in(__DIR__) + ) +;