chore: Specify yml files have indent_size 2 in editorconfig

This commit is contained in:
Felix Kröner 2025-07-24 14:51:46 +02:00
parent 241daff42e
commit d948408696

View file

@ -8,3 +8,6 @@ end_of_line = lf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
[*.yml]
indent_size = 2