# EditorConfig
# http://EditorConfig.org

root = true

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