add editorconfig

This commit is contained in:
panr 2024-12-21 23:42:34 +01:00
parent f56b502827
commit ae52f107f9

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_size = 2
indent_style = space