Update editorconfig

This commit is contained in:
Daniel Cronqvist 2024-08-17 21:32:51 +02:00
parent 74d5b6bca5
commit 022a5a0f1e

View file

@ -6,3 +6,10 @@ end_of_line = lf
indent_size = 2 indent_size = 2
indent_style = space indent_style = space
insert_final_newline = true insert_final_newline = true
[.github/**/*.yml]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true