blob: e00082696dd1b89fce54850d61f8ed53a8b2df2c [file] [edit]
# https://editorconfig.org
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
max_doc_length = 79
max_line_length = 79
trim_trailing_whitespace = true