# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = off

# CSS-Files
[*.css]
indent_style = space
indent_size = 4

# JSON-Files
[*.json]
indent_style = space
indent_size = 4

# PHP-Files
[*.php]
indent_style = space
indent_size = 4

# MD-Files
[*.md]
indent_style = space
indent_size = 4
max_line_length = 120

# YAML-Files
[{*.yaml,*.yml}]
indent_style = space
indent_size = 4

[LICENSE]
indent_style = tab
indent_size = 4

[tests/*/Data/*]
charset=unset
end_of_line=unset
insert_final_newline=unset
trim_trailing_whitespace=unset
