Update editorconfig for yaml indentation

This commit is contained in:
Bill Thornton 2024-03-08 11:28:46 -05:00
parent 745b6263c2
commit 6125a8cccb

View File

@ -8,5 +8,5 @@ trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
[*.json]
[*.{json,yaml,yml}]
indent_size = 2