blob: 027bdb1e6a732ec9945cea86a0ba434f8054529e [file] [log] [blame]
# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.py]
charset = utf-8
indent_style = space
indent_size = 4
max_line_length = 88