Skip to content

Commit 97085e5

Browse files
committed
Disable option for statement_indentation
1 parent 4290ce3 commit 97085e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeIgniter4.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ public function __construct()
636636
'spaces_inside_parentheses' => ['space' => 'none'],
637637
'standardize_increment' => true,
638638
'standardize_not_equals' => true,
639-
'statement_indentation' => true,
639+
'statement_indentation' => ['stick_comment_to_next_continuous_control_statement' => false],
640640
'static_lambda' => true,
641641
'strict_comparison' => true,
642642
'strict_param' => true,

0 commit comments

Comments
 (0)