Skip to content

Commit 7b16bcf

Browse files
Merge pull request #40 from nextcloud/enh/operator_linebreak
style: add operator_linebreak
2 parents 9c719c4 + abad0dc commit 7b16bcf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Config.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ public function getRules() : array {
5757
'no_unused_imports' => true,
5858
'nullable_type_declaration_for_default_null_value' => true,
5959
'nullable_type_declaration' => ['syntax' => 'question_mark'],
60+
'operator_linebreak' => [
61+
'position' => 'beginning',
62+
],
6063
'ordered_imports' => [
6164
'imports_order' => ['class', 'function', 'const'],
6265
'sort_algorithm' => 'alpha'

0 commit comments

Comments
 (0)