chore(editorconfig): add config for yaml files

pull/1119/head
Elian Doran 2025-01-19 00:49:06 +07:00
parent cfdb561bf6
commit 711ab84557
No known key found for this signature in database
1 changed files with 6 additions and 0 deletions

@ -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