Page MenuHomeCode

No OneTemporary

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

File Metadata

Mime Type
text/x-diff
Expires
Sat, Nov 23, 10:12 (1 d, 5 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
21148
Default Alt Text
(470 B)

Event Timeline