Skip to content

Commit

Permalink
Add .pyi files to .editorconfig (#13324)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Aug 4, 2022
1 parent c1f952a commit 5c0377c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
root = true

[*.{py,c,cpp,h,rst,md,yml,json,test}]
[*.{py,pyi,c,cpp,h,rst,md,yml,json,test}]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space

[*.{py,c,h,json,test}]
[*.{py,pyi,c,h,json,test}]
indent_size = 4

[*.yml]
Expand Down

0 comments on commit 5c0377c

Please sign in to comment.