Skip to content

Commit 7badf2d

Browse files
committed
Enable statement_indentation
See codeigniter4/CodeIgniter4#6485
1 parent 4ec9f62 commit 7badf2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CodeIgniter4.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ public function __construct()
543543
'space_after_semicolon' => ['remove_in_empty_for_expressions' => true],
544544
'standardize_increment' => true,
545545
'standardize_not_equals' => true,
546+
'statement_indentation' => true,
546547
'static_lambda' => true,
547548
'strict_comparison' => true,
548549
'strict_param' => true,

0 commit comments

Comments
 (0)