Add .editorconfig

This commit is contained in:
ZipFile 2025-06-01 18:48:28 +00:00
parent 67827a36d1
commit 0ada62acbf

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{py,pyi,pxd,pyx}]
ij_visual_guides = 80,88