Fix incorrect selector in editorconfig
This commit is contained in:
parent
45a110db23
commit
79c0056ff0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
[*.py,*.py.*]
|
[*.{py,py.*}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue