diff --git a/src/Config.php b/src/Config.php index 11a788a..edd1dbb 100644 --- a/src/Config.php +++ b/src/Config.php @@ -57,6 +57,9 @@ public function getRules() : array { 'no_unused_imports' => true, 'nullable_type_declaration_for_default_null_value' => true, 'nullable_type_declaration' => ['syntax' => 'question_mark'], + 'operator_linebreak' => [ + 'position' => 'beginning', + ], 'ordered_imports' => [ 'imports_order' => ['class', 'function', 'const'], 'sort_algorithm' => 'alpha'