change project name, introduce .editorconfig

This commit is contained in:
2025-04-08 23:19:18 +02:00
parent 61622c6922
commit 77b43e9ae1
4 changed files with 14 additions and 7 deletions

6
.editorconfig Normal file
View File

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