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,