fix .editorconfig

This commit is contained in:
Cameron Clough
2025-05-14 14:34:11 +01:00
parent 997a99926c
commit 92e27f0ba2

View File

@@ -5,7 +5,7 @@ end_of_line = lf
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
[{*.py, *.pyx, *.pxd}] [*.{py,pyx,pxd}]
charset = utf-8 charset = utf-8
indent_style = space indent_style = space
indent_size = 2 indent_size = 2