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

# top-most EditorConfig file
root = true

[*]
end_of_line = lf
charset = utf-8
# remove any whitespace characters preceding newline characters
trim_trailing_whitespace = true
# ensure file ends with a newline when saving
insert_final_newline = true
indent_style = space
indent_size = 2
