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

# top-most EditorConfig file
root = true

[*.py]
indent_style = space
indent_size = 4
tab_width = 4
charset = utf-8
max_line_length=88
insert_final_newline = true
