Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Apply correct editorconfig to .pyi files #14526

Merged
merged 2 commits into from
Nov 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
root = true

# 4 space indentation
[*.py]
[*.{py,pyi}]
indent_style = space
indent_size = 4
max_line_length = 88
1 change: 1 addition & 0 deletions changelog.d/14526.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Extend editorconfig rules on indent and line length to `.pyi` files.