updated .editorconfig

pull/16/head
Hari Sekhon 2 months ago
parent 815e4ac36d
commit c93cd18aef

@ -47,6 +47,13 @@ end_of_line = lf
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
[*.yml,*.yaml]
indent_size = 2
indent_style = space
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[.*] [.*]
indent_size = 4 indent_size = 4
indent_style = space indent_style = space

Loading…
Cancel
Save