# top-most EditorConfig file
root = true

# 4 space indentation
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[include/inc_lib/lib.php_special_entities.php]
charset = latin1