chore: add an .editorconfig file to force editor behavior

This commit is contained in:
2025-07-14 21:08:25 +02:00
parent 5e2e70b415
commit c277b190e6

5
.editorconfig Normal file
View File

@@ -0,0 +1,5 @@
[*]
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true