# EditorConfig is awesome: http://editorconfig.org
root = true

[*]
charset = utf-8-bom
end_of_line = crlf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.cs]
indent_size = 4
