# EditorConfig helps developers define and maintain consistent coding styles
# between different editors and IDEs.
# http://EditorConfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_size = 2
indent_style = space
max_line_length = off
trim_trailing_whitespace = true

[*.{md,txt,yml}]
trim_trailing_whitespace = false

[*.cs]
indent_size = 4
