We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63317f3 commit 32c7010Copy full SHA for 32c7010
1 file changed
.php-cs-fixer.php
@@ -21,6 +21,8 @@
21
'combine_nested_dirname' => true,
22
'concat_space' => ['spacing' => 'one'],
23
'constant_case' => true,
24
+ 'control_structure_braces' => true,
25
+ 'control_structure_continuation_position' => ['position' => 'next_line'],
26
'declare_equal_normalize' => true,
27
'declare_parentheses' => true,
28
'dir_constant' => true,
0 commit comments