From e5eb4fee00a23e19f39bde1aa6b2215a31f5e1a8 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 31 Aug 2017 10:45:15 +0200 Subject: [PATCH] Add .styleci.yml config --- .styleci.yml | 6 ++++++ Changelog | 1 + 2 files changed, 7 insertions(+) create mode 100644 .styleci.yml diff --git a/.styleci.yml b/.styleci.yml new file mode 100644 index 000000000..9babe9310 --- /dev/null +++ b/.styleci.yml @@ -0,0 +1,6 @@ +preset: laravel + +risky: false + +disabled: + - no_tab_indentation \ No newline at end of file diff --git a/Changelog b/Changelog index 5c49e6267..1bcc18c4a 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2017-08-31 DariusIII + * Chg: Add .styleci.yml config * Chg: Update README.md * Chg: Update .travis.yml 2017-08-30 DariusIII