# See https://editorconfig.org/ for more information.

[*]
indent_style = space
indent_size = 2
charset = utf-8

[*.py]
indent_size = 4
