mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Add `.yaml
to
.editorconfig
` (#132410)
This commit is contained in:
parent
e5f8b2c703
commit
deda47d6e1
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
root = true
|
||||
|
||||
[*.{py,c,cpp,h,js,rst,md,yml}]
|
||||
[*.{py,c,cpp,h,js,rst,md,yml,yaml}]
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
|
@ -11,5 +11,5 @@ indent_size = 4
|
|||
[*.rst]
|
||||
indent_size = 3
|
||||
|
||||
[*.{js,yml}]
|
||||
[*.{js,yml,yaml}]
|
||||
indent_size = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue