# https://editorconfig.org
root = true

[*]
charset = utf-8
# unfortunately editorconfig doesn't support the project style of mixed tabs
# and spaces yet
indent_style = tabs
indent_size = 8
end_of_line = lf
insert_final_newline = true
