# This is the top-most .editorconfig file; do not search in parent directories.
root = true

# All files.
[*]
end_of_line = lf
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
ij_php_space_after_type_cast = true
ij_php_keep_rparen_and_lbrace_on_one_line = true

[*.md]
trim_trailing_whitespace = false

[*.json]
indent_size = 2

[tests/**]
insert_final_newline = false
