File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 58
58
'allow_single_line_empty_anonymous_classes ' => true ,
59
59
'allow_single_line_anonymous_functions ' => true ,
60
60
],
61
+ 'function_declaration ' => [
62
+ 'closure_function_spacing ' => 'one ' ,
63
+ 'trailing_comma_single_line ' => false ,
64
+ ],
61
65
'no_multiple_statements_per_line ' => true ,
62
66
'no_trailing_comma_in_singleline ' => [
63
67
'elements ' => [
Original file line number Diff line number Diff line change 50
50
'allow_single_line_empty_anonymous_classes ' => true ,
51
51
'allow_single_line_anonymous_functions ' => true ,
52
52
],
53
+ 'function_declaration ' => [
54
+ 'closure_function_spacing ' => 'one ' ,
55
+ 'trailing_comma_single_line ' => false ,
56
+ ],
53
57
'no_multiple_statements_per_line ' => true ,
54
58
'no_trailing_comma_in_singleline ' => [
55
59
'elements ' => [
Original file line number Diff line number Diff line change 52
52
'allow_single_line_empty_anonymous_classes ' => true ,
53
53
'allow_single_line_anonymous_functions ' => true ,
54
54
],
55
+ 'function_declaration ' => [
56
+ 'closure_function_spacing ' => 'one ' ,
57
+ 'trailing_comma_single_line ' => false ,
58
+ ],
55
59
'no_multiple_statements_per_line ' => true ,
56
60
'no_trailing_comma_in_singleline ' => [
57
61
'elements ' => [
You can’t perform that action at this time.
0 commit comments