File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 41
41
],
42
42
],
43
43
'blank_line_after_namespace ' => true ,
44
- 'blank_lines_before_namespace ' => [
45
- 'max_line_breaks ' => 1 ,
46
- 'min_line_breaks ' => 0 ,
47
- ],
48
44
'blank_line_before_statement ' => [
49
45
'statements ' => [
50
46
'break ' ,
72
68
'yield_from ' ,
73
69
],
74
70
],
71
+ 'blank_lines_before_namespace ' => [
72
+ 'max_line_breaks ' => 1 ,
73
+ 'min_line_breaks ' => 0 ,
74
+ ],
75
75
'braces_position ' => [
76
- 'anonymous_functions_opening_brace ' => 'next_line_unless_newline_at_signature_end ' ,
77
76
'anonymous_classes_opening_brace ' => 'next_line_unless_newline_at_signature_end ' ,
77
+ 'anonymous_functions_opening_brace ' => 'next_line_unless_newline_at_signature_end ' ,
78
78
],
79
79
'cast_spaces ' => true ,
80
80
'class_attributes_separation ' => [
149
149
],
150
150
'native_type_declaration_casing ' => true ,
151
151
'new_with_parentheses ' => [
152
- 'named_class ' => false ,
153
152
'anonymous_class ' => false ,
153
+ 'named_class ' => false ,
154
154
],
155
155
'no_alias_functions ' => true ,
156
156
'no_alias_language_construct_call ' => true ,
You can’t perform that action at this time.
0 commit comments