mirror of
https://github.com/e107inc/e107.git
synced 2025-07-23 07:52:07 +02:00
.editorconfig: No blank lines before method body
This commit is contained in:
@@ -509,7 +509,7 @@ ij_php_blank_lines_around_field = 0
|
|||||||
ij_php_blank_lines_around_method = 1
|
ij_php_blank_lines_around_method = 1
|
||||||
ij_php_blank_lines_before_class_end = 0
|
ij_php_blank_lines_before_class_end = 0
|
||||||
ij_php_blank_lines_before_imports = 1
|
ij_php_blank_lines_before_imports = 1
|
||||||
ij_php_blank_lines_before_method_body = 1
|
ij_php_blank_lines_before_method_body = 0
|
||||||
ij_php_blank_lines_before_package = 1
|
ij_php_blank_lines_before_package = 1
|
||||||
ij_php_blank_lines_before_return_statement = 1
|
ij_php_blank_lines_before_return_statement = 1
|
||||||
ij_php_blank_lines_between_imports = 0
|
ij_php_blank_lines_between_imports = 0
|
||||||
|
Reference in New Issue
Block a user