Apply correct editorconfig to .pyi files (#14526)
The current configuration might cause some editors to misbehave when editing stub files.
This commit is contained in:
parent
9cae44f49e
commit
9b4cb1e2ed
|
@ -4,7 +4,7 @@
|
|||
root = true
|
||||
|
||||
# 4 space indentation
|
||||
[*.py]
|
||||
[*.{py,pyi}]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
max_line_length = 88
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Extend editorconfig rules on indent and line length to `.pyi` files.
|
Loading…
Reference in New Issue