root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true

[*.{php,phpt}]
indent_style = space
indent_size = 4

[*.{xml,xml.dist}]
indent_style = space
indent_size = 4

[*.{neon,neon.dist}]
indent_style = space
indent_size = 4

[*.{yaml,yml}]
indent_style = space
indent_size = 2

[composer.json]
indent_style = space
indent_size = 4
