add yaml to editorconfig

This commit is contained in:
Caesar Schinas 2023-08-18 23:36:44 +01:00 committed by Earl Warren
parent db41d2411f
commit ba892adf7f

View file

@ -10,7 +10,7 @@ indent_size = 2
indent_style = tab
insert_final_newline = true
[*.json]
[*.json, *.yml, *.yaml]
indent_style = space
[*.md]