From ade9edeb849803082856f7633194913ad4df93a0 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Sun, 26 Apr 2020 21:03:08 +0200 Subject: Automatic code formatting --- .php_cs.dist | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .php_cs.dist (limited to '.php_cs.dist') diff --git a/.php_cs.dist b/.php_cs.dist new file mode 100644 index 0000000..b76f08e --- /dev/null +++ b/.php_cs.dist @@ -0,0 +1,15 @@ +notPath('/plugin_extradata/') + ->notPath('/templates/') + ->notPath('/libs/') + ->in(__DIR__); + +return PhpCsFixer\Config::create() + ->setRules([ + '@PSR1' => true, + '@PSR2' => true, + 'array_syntax' => ['syntax' => 'short'], + ]) + ->setFinder($finder) +; -- cgit v1.2.3-54-g00ecf