File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 57
57
'yield_from ' ,
58
58
],
59
59
],
60
+ 'braces_position ' => [
61
+ 'anonymous_functions_opening_brace ' => 'next_line_unless_newline_at_signature_end ' ,
62
+ 'anonymous_classes_opening_brace ' => 'next_line_unless_newline_at_signature_end ' ,
63
+ ],
60
64
'cast_spaces ' => true ,
61
65
'class_attributes_separation ' => [
62
66
'elements ' => [
75
79
'constant_case ' => true ,
76
80
'control_structure_braces ' => true ,
77
81
'control_structure_continuation_position ' => true ,
78
- 'curly_braces_position ' => [
79
- 'anonymous_functions_opening_brace ' => 'next_line_unless_newline_at_signature_end ' ,
80
- 'anonymous_classes_opening_brace ' => 'next_line_unless_newline_at_signature_end ' ,
81
- ],
82
82
'declare_equal_normalize ' => ['space ' => 'none ' ],
83
83
'declare_parentheses ' => true ,
84
84
'declare_strict_types ' => true ,
You can’t perform that action at this time.
0 commit comments