Skip to content

Commit 96b4198

Browse files
authored
Merge pull request #6485 from paulbalandan/statement-indentation
Enable `statement_indentation`
2 parents 681b13d + b0f7938 commit 96b4198

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
['var', 'phpstan-var', 'psalm-var'],
5858
],
5959
],
60+
'statement_indentation' => true,
6061
// >>>>>>>>>>>>>>>>>>>>>>>>>
6162
];
6263

.php-cs-fixer.no-header.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
['var', 'phpstan-var', 'psalm-var'],
5050
],
5151
],
52+
'statement_indentation' => true,
5253
// >>>>>>>>>>>>>>>>>>>>>>>>>
5354
];
5455

.php-cs-fixer.user-guide.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
['var', 'phpstan-var', 'psalm-var'],
5252
],
5353
],
54+
'statement_indentation' => true,
5455
// >>>>>>>>>>>>>>>>>>>>>>>>>
5556
];
5657

0 commit comments

Comments
 (0)