Fix incorrect selector in editorconfig

This commit is contained in:
Midgard 2020-02-29 21:56:32 +01:00
parent 45a110db23
commit 79c0056ff0
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -8,7 +8,7 @@ end_of_line = lf
insert_final_newline = true
indent_style = tab
[*.py,*.py.*]
[*.{py,py.*}]
indent_style = space
indent_size = 4