# README: http://editorconfig.org/

root = true

[*.{php}]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
