summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 856e64653518caea85ca6d80a06815ce5fb8eb51 (plain)
1
2
3
4
5
6
7
8
# See https://editorconfig.org/ for more information.

[*]
indent_style = space
indent_size = 2

[*.py]
indent_size = 4