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


# top-most EditorConfig file
root = true


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