We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
statement_indentation
1 parent 4290ce3 commit 97085e5Copy full SHA for 97085e5
src/CodeIgniter4.php
@@ -636,7 +636,7 @@ public function __construct()
636
'spaces_inside_parentheses' => ['space' => 'none'],
637
'standardize_increment' => true,
638
'standardize_not_equals' => true,
639
- 'statement_indentation' => true,
+ 'statement_indentation' => ['stick_comment_to_next_continuous_control_statement' => false],
640
'static_lambda' => true,
641
'strict_comparison' => true,
642
'strict_param' => true,
0 commit comments