From bd6583b6af31ca0410de7240348dc8362e5dea87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 2 Aug 2019 19:54:10 +0200 Subject: [PATCH] Create .styleci.yml --- .styleci.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .styleci.yml diff --git a/.styleci.yml b/.styleci.yml new file mode 100644 index 00000000..2a6c92f2 --- /dev/null +++ b/.styleci.yml @@ -0,0 +1,4 @@ +preset: laravel +disabled: +- concat_without_spaces +- ternary_operator_spaces