update: add editorconfig

This commit is contained in:
2026-04-17 02:36:00 -04:00
parent 9eabd25336
commit 2ee8fb1df1
+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