From e3490705a7f0ee6fea569c159af7ba556d2aab0e Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Sun, 14 Jan 2018 20:01:44 +0100 Subject: [PATCH] Enforce indentation_type --- src/PhpCsFixerConfig.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PhpCsFixerConfig.php b/src/PhpCsFixerConfig.php index 5c8f03f..27d63d1 100644 --- a/src/PhpCsFixerConfig.php +++ b/src/PhpCsFixerConfig.php @@ -18,6 +18,7 @@ public static function create(array $extraRules = []): Config 'array_syntax' => [ 'syntax' => 'short', ], + 'indentation_type' => true, 'blank_line_before_return' => true, 'declare_strict_types' => true, 'method_separation' => true,