# EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs.

# top-most EditorConfig file
root = true

# Unix-style newlines, 2 spaced tabs, UTF-8 with a newline ending
# across every file
[*]
end_of_line = lf
indent_style = space
indent_size = 2
charset = utf-8

[*.php]
indent_size = 4