Add .yml ext into .editorconfig (#4640)

This commit is contained in:
Igor Velkov 2023-01-03 02:11:49 +02:00 committed by GitHub
parent 03c414dc6b
commit 68b6dede3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ indent_size = 8
indent_style = tab
indent_size = 8
[*.yaml]
[*.{yaml,yml}]
indent_style = space
indent_size = 2
insert_final_newline = false