add .editorconfig and gitignore the .pyproj file and (v)env directory

This commit is contained in:
2025-04-08 23:45:36 +02:00
parent 29f6186e8c
commit 3cfb3eff7b
3 changed files with 13 additions and 125 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