Skip to content

Commit 5c0377c

Browse files
authored
Add .pyi files to .editorconfig (#13324)
1 parent c1f952a commit 5c0377c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
root = true
22

3-
[*.{py,c,cpp,h,rst,md,yml,json,test}]
3+
[*.{py,pyi,c,cpp,h,rst,md,yml,json,test}]
44
trim_trailing_whitespace = true
55
insert_final_newline = true
66
indent_style = space
77

8-
[*.{py,c,h,json,test}]
8+
[*.{py,pyi,c,h,json,test}]
99
indent_size = 4
1010

1111
[*.yml]

0 commit comments

Comments
 (0)