chore(editorconfig): add config for yaml files

This commit is contained in:
Elian Doran
2025-01-19 00:49:06 +02:00
parent cfdb561bf6
commit 711ab84557

View File

@@ -15,3 +15,9 @@ indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.yml]
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true