Skip to content
Snippets Groups Projects
Unverified Commit 9b4cb1e2 authored by Brendan Abolivier's avatar Brendan Abolivier Committed by GitHub
Browse files

Apply correct editorconfig to .pyi files (#14526)

The current configuration might cause some editors to misbehave when editing stub files.
parent 9cae44f4
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
root = true
# 4 space indentation
[*.py]
[*.{py,pyi}]
indent_style = space
indent_size = 4
max_line_length = 88
Extend editorconfig rules on indent and line length to `.pyi` files.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment