Skip to content

Commit

Permalink
Add yaml extension to .editorconfig (#14809)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Mar 1, 2023
1 parent de26134 commit e712634
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,12 +1,12 @@
root = true

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

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

[*.yml]
[*.{yml,yaml}]
indent_size = 2

0 comments on commit e712634

Please sign in to comment.