new: add editorconfig

This commit is contained in:
2026-04-11 02:41:10 -04:00
parent 9ddf8b40f5
commit 12edf43625
+10
View File
@@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.py]
indent_style = space
indent_size = 2