🔧 add yyml to editorconfig

This commit is contained in:
DrMaxNix 2024-08-18 18:04:01 +02:00
parent c7418f13c6
commit c33cb38c3b

View File

@ -6,3 +6,7 @@ indent_size = 4
end_of_line = lf
charset = utf-8
insert_final_newline = true
[{*.yml,*.yaml}]
indent_style = space
indent_size = 2