Lukasss93/laravel-larex

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = false
max_line_length = 120

[*.{yml, yaml}]
indent_size = 4

[*.php]
ij_php_align_key_value_pairs = false
ij_php_comma_after_last_array_element = true
ij_php_keep_indents_on_empty_lines = false
ij_php_else_if_style = combine
ij_php_keep_blank_lines_in_code = 1
ij_php_concat_spaces = false
ij_php_blank_lines_before_return_statement = 1
ij_php_space_before_short_closure_left_parenthesis = true
ij_php_anonymous_brace_style = next_line